# Whether to enable debug mode in Yii. If not set this will be 0.
YII_DEBUG=1

# The application mode. If not set, this will be 'prod'
YII_ENV=dev

# The log trace level. If not set, this will be 0
#YII_TRACELEVEL=0

# Make sure that you provide a different unique cookie validation key in production
COOKIE_VALIDATION_KEY="SeCrEt_DeV_Key--DO-NOT-USE-IN-PRODUCTION!"

# DB credentials. Default is to fetch the host form docker vars and use 'web' as db name, username and password
DB_DSN=mysql:host=mysql;dbname=web
DB_USER=web
DB_PASSWORD=web
DB_CHARSET=utf8
DB_PREFIX=

# Redis Config

REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DATABASE=0
REDIS_PASSWORD=null