test hardcode external_url

This commit is contained in:
marlon 2024-10-30 13:07:56 -04:00
parent cbab79a089
commit e165b84eb4

View File

@ -29,7 +29,8 @@
##! 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://{{ env "DOMAIN" }}'
external_url 'https://git.mirnet.org'
## Roles for multi-instance GitLab
##! The default is to have no roles enabled, which results in GitLab running as an all-in-one instance.