You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
710 B
23 lines
710 B
; 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
|
|
|