This commit is contained in:
Amministratore 2023-05-25 08:08:01 +02:00
commit 6857566c4e

View File

@ -1,8 +1,8 @@
APP_NAME=Laravel APP_NAME=BuBoFamily
APP_ENV=local APP_ENV=local
APP_KEY= APP_KEY=
APP_DEBUG=true APP_DEBUG=true
APP_URL=http://localhost APP_URL=http://bubofamily.mydomain.loc
LOG_CHANNEL=stack LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
@ -11,9 +11,9 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=laravel DB_DATABASE=bubofamily_db
DB_USERNAME=root DB_USERNAME=mydbuser
DB_PASSWORD= DB_PASSWORD=mystrongpassword
BROADCAST_DRIVER=log BROADCAST_DRIVER=log
CACHE_DRIVER=file CACHE_DRIVER=file