Update .env.example

modifica del file .env.example
This commit is contained in:
Amministratore 2023-05-24 22:37:49 +02:00 committed by GitHub
parent 62bf66f50e
commit f10f6a1f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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