Configure gitea for production mode

This commit is contained in:
Ryan Cavicchioni 2019-11-29 13:17:13 -06:00
parent 3d8e67e686
commit eac790014f
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -23,6 +23,8 @@ gitea_home_path: /home/git
gitea_port: 3000
gitea_config:
DEFAULT:
run_mode: prod
server:
domain: "{{ gitea_domain }}"
root_url: "{{ gitea_ssl_enabled | ternary('https', 'http') }}://{{ gitea_domain }}/"