Tuttle is configured in modules/config.xqm in your Tuttle installation.
You may use eXide to edit the config.xqm.
Below is an example configuration that shows an example for either Github and Gitlab. Due to the different API of these services the configuration differs sligtly. See parameter description below.
(:~ : Git configuration :) declare variable $config:collections := map { "sample-collection-github" : map { "vcs" : "github", "baseurl" : "https://api.github.com/", "ref" : "master", "token" : "146152be6a9xxxxxxxxxxx71da8f3e4faf263", "hookuser" : "admin", "hookpasswd" : "" "owner" : "Jinntec", "repo" : "tuttle-demo" }, "sample-collection-gitlab" : map { "vcs" : "gitlab", "baseurl" : "https://gitlab.