mirror of
https://github.com/elyby/accounts.git
synced 2024-12-28 08:00:25 +05:30
17 lines
558 B
Bash
17 lines
558 B
Bash
# 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=my.dbhost.com;dbname=web
|
|
#DB_USER=user
|
|
#DB_PASSWORD=secret
|