From 1dc82499a876bfef6bfbdc3b7bef5fcc4316ce7f Mon Sep 17 00:00:00 2001 From: Alex Pardoe Date: Tue, 15 Jul 2014 18:24:00 +0100 Subject: [PATCH] Additional configuration parameter pointed out by a friendly blog commenter. --- README.md | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index cc988bd..7e1f8f7 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,9 @@ nginx['enable'] = false # Disable the built-in unicorn unicorn['enable'] = false + +# Set the internal API URL +gitlab_rails['internal_api_url'] = 'http://git.yourdomain.com' ``` Make sure you run `sudo gitlab-ctl reconfigure` for the changes to take effect. -- libgit2 0.21.2