mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
10 lines
278 B
Django/Jinja
10 lines
278 B
Django/Jinja
# These could be changed
|
|
MYSQL_DATABASE={{database_databasename}}
|
|
MYSQL_USER={{database_username}}
|
|
|
|
# This should definitely be changed to something long and random
|
|
MYSQL_PASSWORD={{database_password}}
|
|
|
|
# You should probably leave this
|
|
MYSQL_ROOT_PASSWORD={{database_password}}
|