feat: introduce Appwrite guild cache support and refactor guild config caching
This commit is contained in:
@@ -21,10 +21,14 @@ ENABLE_MEMORY_OPTIMIZER=false
|
||||
REDIS_URL=
|
||||
REDIS_PASS=
|
||||
|
||||
# Appwrite (for reminders)
|
||||
# Appwrite (for reminders, AI conversations, and guild cache)
|
||||
APPWRITE_ENDPOINT=
|
||||
APPWRITE_PROJECT_ID=
|
||||
APPWRITE_API_KEY=
|
||||
APPWRITE_DATABASE_ID=
|
||||
APPWRITE_COLLECTION_REMINDERS_ID=
|
||||
APPWRITE_COLLECTION_AI_CONVERSATIONS_ID=
|
||||
APPWRITE_COLLECTION_GUILD_CACHE_ID=
|
||||
|
||||
# Reminders
|
||||
REMINDERS_POLL_INTERVAL_SECONDS=30
|
||||
|
||||
Reference in New Issue
Block a user