This commit is contained in:
Michael Grote 2024-04-02 22:15:46 +02:00
parent 05f11be253
commit c430dbb740

View file

@ -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