blob: c4fb08819f55737951c025a0065f95fbafe759a1 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|