chore(docs): update example env file
This commit is contained in:
parent
d62272e6f2
commit
3fd397e858
@ -58,8 +58,10 @@ NONPROD_FORCE_SECURE=false
|
|||||||
LOG_CHANNEL=daily
|
LOG_CHANNEL=daily
|
||||||
|
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
DB_HOST=localhost
|
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
|
|
||||||
|
# Using docker? You don't need to set these, they're managed in docker-compose.yml.
|
||||||
|
DB_HOST=localhost
|
||||||
DB_DATABASE=laravel
|
DB_DATABASE=laravel
|
||||||
DB_USERNAME=root
|
DB_USERNAME=root
|
||||||
DB_PASSWORD=
|
DB_PASSWORD=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user