Improves documentation and compose file (#127)

This commit is contained in:
Chris Anderson 2023-04-13 20:44:54 -05:00 committed by GitHub
parent aa22441a46
commit aa61951670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 10 deletions

View file

@ -1,16 +1,17 @@
APP_SECRET=Ck7Rt1uiy5WGbrTFj1HBjymbBoA6zqih
BASE_URL=http://localhost:3000
UI_PORT=3000
API_BASE_URL=http://localhost:3000/api
DB_CLIENT=mysql2
DB_HOST=127.0.0.1
DB_USERNAME=parcelvoy
DB_HOST=mysql
DB_USERNAME=root
DB_PASSWORD=parcelvoypassword
DB_PORT=3306
DB_DATABASE=parcelvoy
QUEUE_DRIVER=redis
REDIS_HOST=127.0.0.1
REDIS_HOST=redis
REDIS_PORT=6379
STORAGE_DRIVER=local