-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.example.yml
More file actions
32 lines (28 loc) · 911 Bytes
/
Copy pathconfig.example.yml
File metadata and controls
32 lines (28 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# This is the configuration file for Oxibridge.
# As of right now, all fields are required unless noted otherwise.
# This may change if I ever add more platforms in the future.
# This configuration is shared between different platforms.
shared:
discord_token: "PLACEHOLDER"
telegram_token: "PLACEHOLDER"
# Optional. Irc bridge
# irc:
# server: "PLACEHOLDER"
# port: 6667
# nickname: "Oxibridge"
# use_tls: false
# Optional. Used for avatars on Discord
r2:
bucket_name: "oxibridge-avatars"
account_id: ""
# Get these from https://dash.cloudflare.com/?to=/:account/r2/api-tokens
access_key: ""
secret_key: ""
# You can define multiple groups here to bridge multiple channels.
groups:
- telegram_chat: -1001234567890
discord:
channel: 1234567890000
webhook: "WEBHOOK_URL_HERE"
# Optional. Irc bridge
# irc_channel: "#CHANNEL_NAME_HERE"