tell gitlab where it is running from so links work, also enable signup and default to 20 projects instead of 10
This commit is contained in:
parent
aa573cdbc0
commit
46040b1674
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
## GitLab settings
|
## GitLab settings
|
||||||
gitlab:
|
gitlab:
|
||||||
## Web server settings
|
## Web server settings
|
||||||
host: localhost
|
host: gitlab-dev.cloud.fedoraproject.org
|
||||||
port: 80
|
port: 80
|
||||||
https: false
|
https: false
|
||||||
# Uncomment and customize to run in non-root path
|
# Uncomment and customize to run in non-root path
|
||||||
|
@ -33,8 +33,8 @@ gitlab:
|
||||||
support_email: support@localhost
|
support_email: support@localhost
|
||||||
|
|
||||||
## Project settings
|
## Project settings
|
||||||
default_projects_limit: 10
|
default_projects_limit: 20
|
||||||
# signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled.
|
signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled.
|
||||||
|
|
||||||
## Gravatar
|
## Gravatar
|
||||||
gravatar:
|
gravatar:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue