initial commit
This commit is contained in:
19
.env.example
Normal file
19
.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
HOST=0.0.0.0
|
||||
PORT=3001
|
||||
JWT_SECRET=change-me
|
||||
DB_PATH=
|
||||
|
||||
# local: write to server/storage and serve via /storage
|
||||
# cos: upload models to Tencent Cloud COS and read through CDN_BASE_URL
|
||||
STORAGE_DRIVER=local
|
||||
|
||||
# Optional when STORAGE_DRIVER=local and public absolute URLs are needed.
|
||||
PUBLIC_BASE_URL=
|
||||
|
||||
# Required when STORAGE_DRIVER=cos
|
||||
COS_SECRET_ID=
|
||||
COS_SECRET_KEY=
|
||||
COS_BUCKET=
|
||||
COS_REGION=
|
||||
COS_PREFIX=models
|
||||
CDN_BASE_URL=https://cdn.example.com
|
||||
Reference in New Issue
Block a user