11 lines
244 B
Docker
11 lines
244 B
Docker
# This is a sample to use if you want use docker
|
|
MYSQL_DATABASE=thelia
|
|
MYSQL_ROOT_PASSWORD=root
|
|
MYSQL_USER=thelia
|
|
MYSQL_PASSWORD=thelia
|
|
|
|
ACTIVE_FRONT_TEMPLATE=modern
|
|
ACTIVE_ADMIN_TEMPLATE=default
|
|
|
|
PHP_IDE_CONFIG=serverName=thelia
|
|
XDEBUG_CONFIG= |