Revert "got all the vars onto the dotenv file"

This commit is contained in:
David Bomba
2021-02-11 16:04:11 +11:00
committed by GitHub
parent e35653fe59
commit 1caa8c7e70
3 changed files with 23 additions and 36 deletions

19
env Normal file
View File

@@ -0,0 +1,19 @@
APP_URL=http://in.localhost:8003/
APP_KEY=<insert your generated key in here>
APP_DEBUG=true
MULTI_DB_ENABLED=false
DB_HOST1=db
DB_USERNAME1=ninja
DB_PASSWORD1=ninja
DB_DATABASE1=ninja
#this is a system variable please do not remove
IS_DOCKER=true
#V4 env vars
DB_STRICT=false
DB_HOST=db
DB_DATABASE=ninja
DB_USERNAME=ninja
DB_PASSWORD=ninja
APP_CIPHER=AES-256-CBC