-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.yaml.example
More file actions
84 lines (81 loc) · 2.79 KB
/
Copy pathconf.yaml.example
File metadata and controls
84 lines (81 loc) · 2.79 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
api_version: 1
homeserver: ""
homeserver_domain: ""
mas_client_id: ""
mas_client_secret: ""
api_authentication_info: "ShortMesh API Authentication v1"
db_key: "" #hex encoded 64 characters long
server:
host: "0.0.0.0"
port: 8080
rabbitmq:
username: "guest"
password: "guest"
port: 5672
# host: "0.0.0.0"
host: "127.0.0.1"
is_tls: false
tls:
crt: ""
key: ""
bridges:
- name: wa
botname: "@whatsappbot:matrix.example.com"
username_template: "whatsapp_{{.}}"
display_username_template: "{{.}} (WA)"
e164_in_username: true
cmd:
incoming_id: "This room is bridged to `%s` on WhatsApp"
start-resolution: "!wa resolve-link %s"
id: "!wa id"
login: "!wa login qr"
list-logins: "* `%s` (+%s) - `%s`"
devices: "!wa list-logins"
logout: "!wa logout %s"
management: "!wa set-management-room"
start-conversation: "!wa start-chat %s %s"
success: "Successfully logged in as %s"
login-qr: "Scan the QR code with the WhatsApp mobile app to log in"
login-qr-failed: "Login failed: Entering code or scanning QR timed out. Please try again."
login-qr-filename: "qr.png"
cancel: "!wa cancel"
- name: signal
botname: "@signalbot:matrix.example.com"
username_template: "signal_{{.}}"
display_username_template: "{{.}} (Signal)"
e164_in_username: false
cmd:
incoming_id: "This room is bridged to `%s` on Signal"
start-resolution: "!wa resolve-link %s"
id: "!signal id"
login: "!signal login"
list-logins: "* `%s` (+%s) - `*s`"
devices: "!signal list-logins"
logout: "!signal logout %s"
management: "!signal set-management-room"
start-conversation: "!signal start-chat %s %s"
success: "Successfully logged in as %s"
login-qr: "Scan the QR code with the Signal mobile app to log in"
login-qr-failed: "Login failed: Entering code or scanning QR timed out. Please try again."
login-qr-filename: "qr.png"
cancel: "!signal cancel"
- name: telegram
botname: "@telegrambot:matrix.example.com"
username_template: "telegram_{{.}}"
display_username_template: "{{.}} (Telegram)"
e164_in_username: false
cmd:
incoming_id: "This room is bridged to `%s` on Telegram"
start-resolution: "!wa resolve-link %s"
id: "!tg id"
login: "!tg login qr"
list-logins: "* `%s` (+%s) - `%s`"
devices: "!tg list-logins"
logout: "!tg logout %s"
management: "!tg set-management-room"
start-conversation: "!tg start-chat %s %s"
success: "Successfully logged in as %s"
login-qr: "Scan the QR code with the Signal mobile app to log in"
login-qr-failed: "Login failed: Entering code or scanning QR timed out. Please try again."
login-qr-filename: "qr.png"
cancel: "!tg cancel"