chore: rename FCM_TOKEN_DATA_DIR env var to NOTIFY_DATA_DIR

Align the data-directory env name with notify.sqlite; default path remains ./data.
This commit is contained in:
Jose Olarte III
2026-08-04 17:31:14 +08:00
parent a45150e25f
commit 6e4e1e7f1b
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ PORT=3003
# 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
# NOTIFY_DATA_DIR=./data
# Set to "test-local" to bypass ethr JWT expiry verification in local dev only.
# NODE_ENV=test-local