summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example
index c4fb088..6b0dbeb 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -1,9 +1,14 @@
# GitLab user. git by default
user: git
-# Url to gitlab instance. Used for api calls
+# Url to gitlab instance. Used for api calls. Should be ends with slash.
gitlab_url: "http://localhost/"
+http_settings:
+# user: someone
+# password: somepass
+ self_signed_cert: false
+
# Repositories path
repos_path: "/home/git/repositories"