mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
Update example env in accordance w/ Docker setup
This commit is contained in:
@ -5,11 +5,11 @@ APP_LOG_LEVEL=debug
|
|||||||
APP_URL=http://crater.test
|
APP_URL=http://crater.test
|
||||||
|
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
DB_HOST=127.0.0.1
|
DB_HOST=db
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
DB_DATABASE=crater
|
DB_DATABASE=crater
|
||||||
DB_USERNAME=root
|
DB_USERNAME=crater
|
||||||
DB_PASSWORD=bytefury
|
DB_PASSWORD=crater
|
||||||
|
|
||||||
BROADCAST_DRIVER=log
|
BROADCAST_DRIVER=log
|
||||||
CACHE_DRIVER=file
|
CACHE_DRIVER=file
|
||||||
|
|||||||
Reference in New Issue
Block a user