mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
|
# 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_RANDOM_ROOT_PASSWORD=yes
|