df
This commit is contained in:
parent
c430dbb740
commit
690da1ae9e
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ gitea_repository_root: "{{ gitea_home }}/repos"
|
||||||
# ui
|
# ui
|
||||||
gitea_show_user_email: false
|
gitea_show_user_email: false
|
||||||
# server
|
# server
|
||||||
gitea_protocol: "https"
|
gitea_protocol: "http"
|
||||||
gitea_http_domain: "https://{{ gitea_fqdn }}"
|
gitea_http_domain: "{{ gitea_fqdn }}"
|
||||||
gitea_http_port: "3000"
|
gitea_http_port: "3000"
|
||||||
gitea_http_listen: "0.0.0.0"
|
gitea_http_listen: "0.0.0.0"
|
||||||
# database
|
# database
|
||||||
|
|
Loading…
Reference in a new issue