mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 15:47:32 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
14
roles/unmaintained/bounca/templates/main.ini.j2
Normal file
14
roles/unmaintained/bounca/templates/main.ini.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
[database]
|
||||
DATABASE_USER: {{ bounca_db_user }}
|
||||
DATABASE_PASSWORD: {{ bounca_db_pass }}
|
||||
DATABASE_HOST: {{ bounca_db_server }}
|
||||
DATABASE_NAME: {{ bounca_db_name }}
|
||||
|
||||
[secrets]
|
||||
SECRET_KEY: {{ bounca_secret_key }}
|
||||
|
||||
[email]
|
||||
EMAIL_HOST: localhost
|
||||
ADMIN_MAIL: {{ bounca_admin_mail }}
|
||||
FROM_MAIL: {{ bounca_from_mail }}
|
||||
|
Reference in New Issue
Block a user