20 lines
No EOL
408 B
Text
20 lines
No EOL
408 B
Text
# Comma-separated list of users who can use the bot (delete var if you want everyone to be able to use it)
|
|
AUTHORIZED_USERS=""
|
|
|
|
# PDS service URL (optional)
|
|
SERVICE="https://bsky.social"
|
|
|
|
DB_PATH="data/sqlite.db"
|
|
GEMINI_MODEL="gemini-2.5-flash"
|
|
|
|
ADMIN_DID=""
|
|
ADMIN_HANDLE=""
|
|
|
|
DID=""
|
|
HANDLE=""
|
|
|
|
# https://bsky.app/settings/app-passwords
|
|
BSKY_PASSWORD=""
|
|
|
|
# https://aistudio.google.com/apikey
|
|
GEMINI_API_KEY="" |