mirror of
https://github.com/Smile-QWQ/SubTracker.git
synced 2026-05-17 08:46:14 +08:00
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
PORT=3001
|
|
HOST=0.0.0.0
|
|
DATABASE_URL="file:./dev.db"
|
|
WEB_ORIGIN="http://localhost:5173"
|
|
BASE_CURRENCY=CNY
|
|
DEFAULT_NOTIFY_DAYS=3
|
|
EXCHANGE_RATE_PROVIDER=ExchangeRate-API
|
|
EXCHANGE_RATE_URL=https://open.er-api.com/v6/latest
|
|
TZ=Asia/Shanghai
|
|
CRON_SCAN=* * * * *
|
|
CRON_REFRESH_RATES=0 2 * * *
|