fix repo path
This commit is contained in:
parent
8eceb2a367
commit
4a59782f8a
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