Files
oam/examples/ansible/role.gitlab-omnibus-on-ec2/templates/gitlab.rb.j2
2024-05-08 18:48:11 +02:00

13 lines
429 B
Django/Jinja

## GitLab configuration settings
## -------------------------------------
## Template for the local installation available at
## /opt/gitlab/etc/gitlab.rb.template
# URL on which GitLab will be reachable.
# During installation/upgrades, the value of the environment variable 'EXTERNAL_URL' will be used to populate/replace
# this value.
external_url '{{ external_url }}'
# LetsEncrypt integration
letsencrypt['enable'] = false