mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
Add quick start documentation (#124)
* Start improving quick start documentation * Documentation tweaks
This commit is contained in:
parent
6adc68215b
commit
7a56ee2225
5 changed files with 78 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
APP_SECRET=Ck7Rt1uiy5WGbrTFj1HBjymbBoA6zqih
|
||||
BASE_URL=http://localhost
|
||||
BASE_URL=http://localhost:3000
|
||||
UI_PORT=3000
|
||||
|
||||
DB_CLIENT=mysql2
|
||||
|
@ -14,8 +14,8 @@ REDIS_HOST=127.0.0.1
|
|||
REDIS_PORT=6379
|
||||
|
||||
STORAGE_DRIVER=local
|
||||
STORAGE_BASE_URL=http://localhost/uploads
|
||||
STORAGE_BASE_URL=http://localhost:3000/uploads
|
||||
|
||||
AUTH_DRIVER=basic
|
||||
AUTH_BASIC_USERNAME=parcelvoy
|
||||
AUTH_BASIC_EMAIL=test@parcelvoy.com
|
||||
AUTH_BASIC_PASSWORD=password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue