Skip to content
Snippets Groups Projects
Commit 7975f4f0 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Increase git max_size to 20MB.

parent 2eadd459
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -67,7 +67,7 @@ default['gitlab']['host'] = "localhost"
default['gitlab']['email_from'] = "gitlab@localhost"
default['gitlab']['support_email'] = "support@localhost"
 
default['gitlab']['max_size'] = "5242880" #5.megabytes
default['gitlab']['max_size'] = "20971520" # 20.megabytes
default['gitlab']['signup_enabled'] = false
default['gitlab']['signin_enabled'] = true
default['gitlab']['projects_limit'] = 10
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