mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
Improves documentation and compose file (#127)
This commit is contained in:
parent
aa22441a46
commit
aa61951670
6 changed files with 17 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue