mirror of
https://github.com/Smile-QWQ/SubTracker.git
synced 2026-06-04 08:32:36 +08:00
11 lines
260 B
Plaintext
11 lines
260 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=er-api
|
|
EXCHANGE_RATE_URL=https://open.er-api.com/v6/latest
|
|
CRON_SCAN=0 */3 * * *
|
|
CRON_REFRESH_RATES=0 2 * * *
|