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