fix: correct typo in environment variable name for reminders collection

This commit is contained in:
2025-09-28 01:04:16 -05:00
parent 916b85acb4
commit 2863183bbd

2
.env
View File

@@ -6,7 +6,7 @@ APPWRITE_PROJECT_NAME="amayo"
APPWRITE_ENDPOINT="https://nyc.cloud.appwrite.io/v1"
APPWRITE_API_KEY="standard_b123c1dbaaf7d3f99aa81492509d6277da0cb89eaf86bb8c42210bae0bb39c3ce911ddf101b6be2d3af8972d44ae63beb32c269c24eedbbe032a6c4c13a16c7e542be00c06ab8e9c131986729d45b68e25ac35e770442ea5285b7367938105a7b2d0e380e944d3bd6582db2c3311b3c9d84be5227718f795f30e31de0b9e8439"
APPWRITE_DATABASE_ID="68d8cb9a00250607e236"
PPWRITE_COLLECTION_REMINDERS_ID="reminders_id"
APPWRITE_COLLECTION_REMINDERS_ID="reminders_id"
REMINDERS_POLL_INTERVAL_SECONDS="30"
# ===========================================