diff --git a/gitlab.rb.tmpl b/gitlab.rb.tmpl index 95f428c..6ac828b 100644 --- a/gitlab.rb.tmpl +++ b/gitlab.rb.tmpl @@ -29,8 +29,7 @@ ##! On AWS EC2 instances, we also attempt to fetch the public hostname/IP ##! address from AWS. For more details, see: ##! https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html -#external_url 'https://{{ env "DOMAIN" }}' -external_url 'https://git.mirnet.org' +external_url 'https://{{ env "DOMAIN" }}' ## Roles for multi-instance GitLab ##! The default is to have no roles enabled, which results in GitLab running as an all-in-one instance.