mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
13 lines
429 B
Django/Jinja
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
|