From 46040b1674bb0fd14f189a5c385d2d2fdb326690 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 15 Mar 2013 18:02:57 +0000 Subject: [PATCH] tell gitlab where it is running from so links work, also enable signup and default to 20 projects instead of 10 --- files/gitlab/gitlab.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/gitlab/gitlab.yml b/files/gitlab/gitlab.yml index 1a34d22417..5e42c50467 100644 --- a/files/gitlab/gitlab.yml +++ b/files/gitlab/gitlab.yml @@ -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: