mirror of
https://github.com/Smile-QWQ/SubTracker.git
synced 2026-05-17 17:02:13 +08:00
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
PORT=3001
|
|
HOST=0.0.0.0
|
|
DATABASE_URL="file:./dev.db"
|
|
WEB_ORIGIN="http://localhost:5173"
|
|
LOG_LEVEL=warn
|
|
BASE_CURRENCY=CNY
|
|
TZ=Asia/Shanghai
|
|
CRON_SCAN=* * * * *
|
|
CRON_REFRESH_RATES=0 2 * * *
|