f
This commit is contained in:
parent
05f11be253
commit
c430dbb740
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ gitea_show_user_email: false
|
|||
# server
|
||||
gitea_protocol: "https"
|
||||
gitea_http_domain: "https://{{ gitea_fqdn }}"
|
||||
gitea_http_port: 3000
|
||||
gitea_http_port: "3000"
|
||||
gitea_http_listen: "0.0.0.0"
|
||||
# database
|
||||
gitea_db_type: postgres
|
||||
gitea_db_host: localhost
|
||||
|
|
Loading…
Reference in a new issue