ROOT_URL should have HTTPS for the clone URL

This commit is contained in:
Kris Lamoureux 2022-09-18 15:21:16 -04:00
parent b9f9b0bf3c
commit f68f57d0cf
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -5,7 +5,7 @@ gitea_webport: "3000"
gitea_ssh: "127.0.0.1:{{ gitea_sshport }}"
gitea_web: "127.0.0.1:{{ gitea_webport }}"
gitea_volume: "{{ gitea_name }}"
gitea_rooturl: "http://{{ gitea_domain }}"
gitea_rooturl: "https://{{ gitea_domain }}"
gitea_signup: true
# database settings