Add gitlab.com as default GitLab domain

main
Jérôme Tamarelle 10 years ago
parent 5fece6ae83
commit 48fc2eafa0

@ -43,6 +43,7 @@ class Config
'prepend-autoloader' => true, 'prepend-autoloader' => true,
'github-domains' => array('github.com'), 'github-domains' => array('github.com'),
'github-expose-hostname' => true, 'github-expose-hostname' => true,
'gitlab-domains' => array('gitlab.com'),
'store-auths' => 'prompt', 'store-auths' => 'prompt',
// valid keys without defaults (auth config stuff): // valid keys without defaults (auth config stuff):
// github-oauth // github-oauth

Loading…
Cancel
Save