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.
14 lines
470 B
14 lines
470 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']
|
|
|