Use a generic database filename for future notification-related storage, and update docs and env comments to match.
17 lines
622 B
Plaintext
17 lines
622 B
Plaintext
# HTTP port (default: 3003)
|
|
PORT=3003
|
|
|
|
# Endorser API base URL (default: https://api.endorser.ch)
|
|
# ENDORSER_URL=https://api.endorser.ch
|
|
|
|
# Firebase Admin: inline service account JSON (one line).
|
|
# If unset, uses Application Default Credentials (e.g. GOOGLE_APPLICATION_CREDENTIALS).
|
|
# FIREBASE_SERVICE_ACCOUNT_JSON={"type":"service_account",...}
|
|
|
|
# Directory for the SQLite FCM registration database (default: ./data).
|
|
# Creates notify.sqlite (plus -wal/-shm while the process is running).
|
|
# FCM_TOKEN_DATA_DIR=./data
|
|
|
|
# Set to "test-local" to bypass ethr JWT expiry verification in local dev only.
|
|
# NODE_ENV=test-local
|