remove quotation marks from config files

This commit is contained in:
Aleksej
2022-06-13 22:19:34 +02:00
parent ca29f42564
commit 464d721af6
3 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[credentials]
JID = "botusername@example.org"
PASSWORD = "bot_password"
NICK = "mirrorbot"
ROOM1 = "room1_jid@example1.org"
ROOM2 = "room2_jid@example2.org"
JID = botusername@example.org
PASSWORD = bot_password
NICK = mirrorbot
ROOM1 = room1_jid@example1.org
ROOM2 = room2_jid@example2.org