From 4bded4db0b7bae9fe216002d6f584bbdb13623af Mon Sep 17 00:00:00 2001 From: Nadim Salloum Date: Wed, 20 Dec 2023 22:48:22 +0100 Subject: [PATCH] update example env to add user and DB FORWARD --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) mode change 100644 => 100755 .env.example diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 index 6086fdf..d3a1117 --- a/.env.example +++ b/.env.example @@ -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