Refactor config management
This commit is contained in:
parent
f61ed20f32
commit
14c22e0e6c
9 changed files with 159 additions and 87 deletions
11
.env.develop
11
.env.develop
|
|
@ -3,21 +3,22 @@
|
|||
# composer: Set cache directory
|
||||
COMPOSER_CACHE_DIR=./.composer
|
||||
|
||||
# MariaDB container
|
||||
# Environment variables for MariaDB container
|
||||
MYSQL_RANDOM_ROOT_PASSWORD=yes
|
||||
MYSQL_DATABASE=mailusers
|
||||
MYSQL_USER=mailaccountadmin
|
||||
MYSQL_PASSWORD=mailaccountadmin
|
||||
|
||||
# App settings
|
||||
APP_ENV=development
|
||||
APP_DEBUG=true
|
||||
APP_TIMEZONE=Europe/Berlin
|
||||
|
||||
# - Disable Twig cache
|
||||
# Disable Twig cache
|
||||
TWIG_CACHE_DIR=
|
||||
TWIG_STRICT=true
|
||||
|
||||
# - Database credentials
|
||||
# Database credentials
|
||||
DB_HOST=db
|
||||
DB_DATABASE=mailusers
|
||||
DB_USER=mailaccountadmin
|
||||
DB_USERNAME=mailaccountadmin
|
||||
DB_PASSWORD=mailaccountadmin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue