; Rename me to config.ini and put your values in here
[application]
; Full fedi handle of the bot user
BotUser       = @bot@example.tld

; API key for the bot
; Generate one by going to Settings > API > Generate access token
ApiKey        = abcdefghijklmnopqrstuvwxyz012345

; Fully qualified URL of the instance hosting the bot
InstanceUrl   = http://example.tld

; Comma separated list of fedi handles for any administrator users
DefaultAdmins = ['admin@example.tld']

; SQLite Database location
DatabaseLocation = ./gacha_game.db

; Number of seconds to sleep while awaiting new notifications
NotificationPollInterval = 5

; Number of notifications to process at once (limit 100)
NotificationBatchSize = 10