mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
Tweak to readme
This commit is contained in:
parent
034abfd15c
commit
7a836b04b6
5 changed files with 22 additions and 6 deletions
21
.env.example
Normal file
21
.env.example
Normal file
|
@ -0,0 +1,21 @@
|
|||
APP_SECRET=Ck7Rt1uiy5WGbrTFj1HBjymbBoA6zqih
|
||||
BASE_URL=http://localhost
|
||||
UI_PORT=3000
|
||||
|
||||
DB_CLIENT=mysql2
|
||||
DB_HOST=127.0.0.1
|
||||
DB_USERNAME=parcelvoy
|
||||
DB_PASSWORD=parcelvoypassword
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=parcelvoy
|
||||
|
||||
QUEUE_DRIVER=redis
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PORT=6379
|
||||
|
||||
STORAGE_DRIVER=local
|
||||
STORAGE_BASE_URL=http://localhost/uploads
|
||||
|
||||
AUTH_DRIVER=basic
|
||||
AUTH_BASIC_USERNAME=parcelvoy
|
||||
AUTH_BASIC_PASSWORD=password
|
Loading…
Add table
Add a link
Reference in a new issue