mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
fix repo path
This commit is contained in:
parent
883b6d958e
commit
373b5c237c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ gitea_home: "/var/lib/gitea"
|
||||||
gitea_shell: "/bin/false"
|
gitea_shell: "/bin/false"
|
||||||
gitea_systemd_cap_net_bind_service: false
|
gitea_systemd_cap_net_bind_service: false
|
||||||
|
|
||||||
gitea_repository_root: "{{ gitea_home }}"
|
gitea_repository_root: "{{ gitea_home }}/repos"
|
||||||
gitea_user_repo_limit: -1
|
gitea_user_repo_limit: -1
|
||||||
|
|
||||||
gitea_http_domain: localhost
|
gitea_http_domain: localhost
|
||||||
|
|
Loading…
Reference in a new issue