20 lines
462 B
Plaintext
20 lines
462 B
Plaintext
|
auth:
|
||
|
username: exportbot
|
||
|
password: password1234
|
||
|
homeserver: https://pantalaimon.example.com
|
||
|
|
||
|
# Where to cache the bot's login info.
|
||
|
store_path: ./bots
|
||
|
|
||
|
command_prefix: '!export'
|
||
|
|
||
|
# How often a room is allowed to be exported.
|
||
|
# If an export failed, the interval will be half of this value.
|
||
|
export_interval: 3600
|
||
|
|
||
|
r2:
|
||
|
bucket_name: export-bot
|
||
|
accountid: 12345
|
||
|
access_key_id: 67890
|
||
|
access_key_secret: abc1234
|
||
|
pub_url: https://pub-example12345.r2.dev
|