20 lines
441 B
Plaintext
20 lines
441 B
Plaintext
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
|