Skip to content
Snippets Groups Projects
Commit 65664725 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Merge branch 'fix_gitlab_default_projects_limit' into 'master'

Fix Gitlab Default Projects Limit hardcoded limit to variable

https://gitlab.com/gitlab-org/omnibus-gitlab/issues/81

This merge replaces the the hard coded 10 with <%= @gitlab_default_projects_limit %> in files/gitlab-cookbooks/gitlab/templates/default/gitlab.yml.erb
parents 0d41aef1 6fdff505
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -41,7 +41,7 @@ production: &base
support_email: <%= @gitlab_support_email %>
 
## User settings
default_projects_limit: 10
default_projects_limit: <%= @gitlab_default_projects_limit %>
default_can_create_group: <%= @gitlab_default_can_create_group %> # default: true
username_changing_enabled: <%= @username_changing_enabled %> # default: true - User can change her username/namespace
## Default theme
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment