ROOT_URL should have HTTPS for the clone URL
This commit is contained in:
parent
b9f9b0bf3c
commit
f68f57d0cf
@ -5,7 +5,7 @@ gitea_webport: "3000"
|
|||||||
gitea_ssh: "127.0.0.1:{{ gitea_sshport }}"
|
gitea_ssh: "127.0.0.1:{{ gitea_sshport }}"
|
||||||
gitea_web: "127.0.0.1:{{ gitea_webport }}"
|
gitea_web: "127.0.0.1:{{ gitea_webport }}"
|
||||||
gitea_volume: "{{ gitea_name }}"
|
gitea_volume: "{{ gitea_name }}"
|
||||||
gitea_rooturl: "http://{{ gitea_domain }}"
|
gitea_rooturl: "https://{{ gitea_domain }}"
|
||||||
gitea_signup: true
|
gitea_signup: true
|
||||||
|
|
||||||
# database settings
|
# database settings
|
||||||
|
Loading…
Reference in New Issue
Block a user