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:
Jose Olarte III
2026-07-27 16:53:53 +08:00
parent 06ec0f63e4
commit 9e6597638e
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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.