Skip to content

Commit 238de44

Browse files
committed
Update example-config.yaml
1 parent 3fbf1e2 commit 238de44

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

example-config.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,23 @@ downtime_before_token_reset: 10 # 10 minutes before that time, registration is
99
email_cooldown: 3600 # 1 hour cooldown between requests for the same email
1010
multiple_users_per_email: false # If false, each email can only be used once
1111

12+
# Matrix admin credentials
13+
matrix:
14+
enabled: true
15+
homeserver: "https://we2.ee"
16+
room_id: "!Announcements_Room_ID:we2.ee"
17+
username: "@canary:we2.ee"
18+
password: "Password_of_canary"
19+
20+
# GPG Configuration
21+
gpg:
22+
key_id: "Your_GPG_Key_ID"
23+
1224
# SMTP configuration
1325
smtp:
1426
host: "smtp.protonmail.ch"
1527
port: 587
16-
username: "[email protected]"
28+
username: "[email protected]"
1729
password: "YourPassword"
1830
use_tls: true
1931

0 commit comments

Comments
 (0)