got all the vars onto the dotenv file

This commit is contained in:
danielgroen
2021-02-09 11:35:45 +01:00
parent c6e122b81f
commit 4d7cc8e464
3 changed files with 36 additions and 23 deletions

19
env
View File

@@ -1,19 +0,0 @@
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