mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
10 lines
266 B
Django/Jinja
10 lines
266 B
Django/Jinja
# 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
|
|
MYSQL_ROOT_PASSWORD={{akaunting_database_password}}
|