Compatibility: protocol.
This commit is contained in:
parent
655394009e
commit
fbcc560820
defaults
|
@ -22,7 +22,7 @@ gitea_socket_dir: /run/gitea
|
||||||
gitea_repository_data: '{{ gitea_data_dir }}/repositories'
|
gitea_repository_data: '{{ gitea_data_dir }}/repositories'
|
||||||
gitea_max_repository_per_user: 200
|
gitea_max_repository_per_user: 200
|
||||||
|
|
||||||
gitea_server_protocol: unix
|
gitea_server_protocol: "http+unix"
|
||||||
gitea_hostname: '{{ ansible_fqdn }}'
|
gitea_hostname: '{{ ansible_fqdn }}'
|
||||||
gitea_http_addr: '{{ gitea_socket_dir }}/gitea.sock'
|
gitea_http_addr: '{{ gitea_socket_dir }}/gitea.sock'
|
||||||
gitea_http_port: 3000
|
gitea_http_port: 3000
|
||||||
|
|
Loading…
Reference in New Issue