summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 15:55:28 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 15:55:28 +0200
commit43a55494f15084fe4c6ed5f9e7703a7bb092af86 (patch)
tree3478175de330bbd90b0557e2db2aa09bbc5fb0a0 /config.yml.example
parente7a4d233c47743acfc788767c93fd7153269be31 (diff)
downloadgitlab-shell-43a55494f15084fe4c6ed5f9e7703a7bb092af86.tar.gz
add check bin
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 01dcb68..c4fb088 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -1,4 +1,11 @@
+# GitLab user. git by default
user: git
+
+# Url to gitlab instance. Used for api calls
gitlab_url: "http://localhost/"
+
+# Repositories path
repos_path: "/home/git/repositories"
+
+# File used as authorized_keys for gitlab user
auth_file: "/home/git/.ssh/authorized_keys"