computer-playbook/roles/server_docker-akaunting/templates/db.env.j2

10 lines
266 B
Plaintext
Raw Normal View History

2022-01-18 19:08:45 +01:00
# These could be changed
MYSQL_DATABASE=akaunting
MYSQL_USER=admin
# This should definitely be changed to something long and random
MYSQL_PASSWORD={{akaunting_database_password}}
# You should probably leave this
2022-08-31 20:22:56 +02:00
MYSQL_ROOT_PASSWORD={{akaunting_database_password}}