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:
|
||||
## Web server settings
|
||||
host: localhost
|
||||
host: gitlab-dev.cloud.fedoraproject.org
|
||||
port: 80
|
||||
https: false
|
||||
# Uncomment and customize to run in non-root path
|
||||
|
@ -33,8 +33,8 @@ gitlab:
|
|||
support_email: support@localhost
|
||||
|
||||
## Project settings
|
||||
default_projects_limit: 10
|
||||
# signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled.
|
||||
default_projects_limit: 20
|
||||
signup_enabled: true # default: false - Account passwords are not sent via the email if signup is enabled.
|
||||
|
||||
## Gravatar
|
||||
gravatar:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue