WIP
This commit is contained in:
parent
cc170e3d86
commit
47d3cae404
10
.env.example
10
.env.example
|
@ -9,11 +9,11 @@ LOG_DEPRECATIONS_CHANNEL=null
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
|
|
||||||
DB_CONNECTION=sqlite
|
DB_CONNECTION=sqlite
|
||||||
DB_HOST=127.0.0.1
|
#DB_HOST=127.0.0.1
|
||||||
DB_PORT=3306
|
#DB_PORT=3306
|
||||||
DB_DATABASE=pingcrm
|
#DB_DATABASE=pingcrm
|
||||||
DB_USERNAME=root
|
#DB_USERNAME=root
|
||||||
DB_PASSWORD=
|
#DB_PASSWORD=
|
||||||
|
|
||||||
BROADCAST_DRIVER=log
|
BROADCAST_DRIVER=log
|
||||||
CACHE_DRIVER=file
|
CACHE_DRIVER=file
|
||||||
|
|
Loading…
Reference in New Issue