Configure gitea for production mode
This commit is contained in:
parent
3d8e67e686
commit
eac790014f
@ -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 }}/"
|
||||
|
Loading…
Reference in New Issue
Block a user