This commit is contained in:
Saeed Vaziry
2023-07-09 22:41:33 +02:00
parent 71c918f435
commit 6eedec9ac5
2 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@ APP_NAME=Vito
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL={APP_URL}
APP_URL=
LOG_CHANNEL=stack
LOG_LEVEL=debug
@ -10,9 +10,9 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE={DB_NAME}
DB_USERNAME={DB_USER}
DB_PASSWORD={DB_PASS}
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
BROADCAST_DRIVER=pusher
CACHE_DRIVER=array