gitolite custom config
This commit is contained in:
parent
be4138af75
commit
0d4568db78
3 changed files with 9 additions and 1 deletions
|
@ -104,6 +104,10 @@ class Settings < Settingslogic
|
|||
git_host['admin_uri'] || 'git@localhost:gitolite-admin'
|
||||
end
|
||||
|
||||
def gitolite_config_file
|
||||
git_host['config_file'] || 'gitolite.conf'
|
||||
end
|
||||
|
||||
def gitolite_admin_key
|
||||
git_host['gitolite_admin_key'] || 'gitlab'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue