mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
add missing variable
This commit is contained in:
parent
22f22ab0c8
commit
1ca44426ff
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ gitea_db_user: 'gitea'
|
|||
gitea_db_password: 'lel'
|
||||
gitea_db_ssl: 'disable'
|
||||
gitea_db_path: "{{ gitea_home }}/data/gitea.db"
|
||||
gitea_database_extra_config: ''
|
||||
|
||||
# Indexer (indexer)
|
||||
# -> https://docs.gitea.io/en-us/config-cheat-sheet/#indexer-indexer
|
||||
|
|
Loading…
Reference in a new issue