Update .env.example
modifica del file .env.example
This commit is contained in:
parent
62bf66f50e
commit
f10f6a1f2c
10
.env.example
10
.env.example
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user