mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
# Symfony application's path (absolute or relative)
|
|
SYMFONY_APP_PATH=../application
|
|
|
|
# MySQL
|
|
MYSQL_ROOT_PASSWORD=root
|
|
MYSQL_DATABASE=DEV_DATABASE
|
|
MYSQL_USER=DEV_USER
|
|
MYSQL_PASSWORD=userpass
|
|
|
|
# Timezone
|
|
TIMEZONE=Europe/Berlin
|