···1# Comma-separated list of users who can use the bot (delete var if you want everyone to be able to use it)
2AUTHORIZED_USERS=""
34-SERVICE="https://pds.indexx.dev" # PDS service URL (optional)
005DB_PATH="data/sqlite.db"
6GEMINI_MODEL="gemini-2.0-flash-lite"
7
···1# Comma-separated list of users who can use the bot (delete var if you want everyone to be able to use it)
2AUTHORIZED_USERS=""
34+ # PDS service URL (optional)
5+SERVICE="https://pds.indexx.dev"
6+7DB_PATH="data/sqlite.db"
8GEMINI_MODEL="gemini-2.0-flash-lite"
9