mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-04 00:15:28 +08:00
16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
# DS2API runtime
|
|
PORT=5001
|
|
LOG_LEVEL=INFO
|
|
|
|
# Admin authentication
|
|
DS2API_ADMIN_KEY=change-me
|
|
|
|
# Config loading (choose one)
|
|
# 1) file-based config
|
|
DS2API_CONFIG_PATH=/app/config.json
|
|
# 2) inline JSON or Base64 JSON
|
|
# DS2API_CONFIG_JSON=
|
|
|
|
# Optional: static admin assets path
|
|
# DS2API_STATIC_ADMIN_DIR=/app/static/admin
|