chore(db): rename SQLite database file to notify.sqlite
Use a generic database filename for future notification-related storage, and update docs and env comments to match.
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ PORT=3003
|
||||
# FIREBASE_SERVICE_ACCOUNT_JSON={"type":"service_account",...}
|
||||
|
||||
# Directory for the SQLite FCM registration database (default: ./data).
|
||||
# Creates fcm-tokens.sqlite (plus -wal/-shm while the process is running).
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user