update example env to add user and DB FORWARD

master
Nadim Salloum 2023-12-20 22:48:22 +01:00
parent 5c80b6e474
commit 4bded4db0b
Signed by untrusted user who does not match committer: nadim
GPG Key ID: 649BDF978504C1D1
1 changed files with 5 additions and 1 deletions

6
.env.example Normal file → Executable file
View File

@ -1,8 +1,11 @@
APP_NAME="Your SwissCar GmbH - AutoManager"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://automngr.test
APP_PORT=80
USER_1_EMAIL=test@salloum.pm
USER_1_PW=abc123
LOG_CHANNEL=stack
LOG_LEVEL=debug
@ -13,6 +16,7 @@ DB_PORT=3306
DB_DATABASE=automngr
DB_USERNAME="sail"
DB_PASSWORD="password"
FORWARD_DB_PORT=3306
BROADCAST_DRIVER=log
CACHE_DRIVER=file