fix: add yii_env and debug variables to .env template

This commit is contained in:
b1ek 2024-08-21 12:23:49 +10:00
parent d87571171c
commit 5d1d6700ac
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
YII_DEBUG=true
YII_ENV=dev
DB_HOST=db
DB_USER=server
DB_NAME=bankitest