remove quotation marks from config files

This commit is contained in:
Aleksej 2022-06-13 22:19:34 +02:00
parent ca29f42564
commit 464d721af6
No known key found for this signature in database
GPG Key ID: 4DB9C85100A6D17F
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

View File

@ -1,6 +1,6 @@
[credentials]
JID = "xmppbot@localhost"
PASSWORD = "bottestpassword"
NICK = "xmppbot"
ROOM1 = "testroom1@conference.localhost"
ROOM2 = "testroom2@conference.localhost"
JID = xmppbot@localhost
PASSWORD = bottestpassword
NICK = xmppbot
ROOM1 = testroom1@conference.localhost
ROOM2 = testroom2@conference.localhost

View File

@ -1,6 +1,6 @@
[credentials]
JID = "admin@localhost"
PASSWORD = "admintestpassword"
NICK = "admin"
ROOM1 = "testroom1@conference.localhost"
ROOM2 = "testroom2@conference.localhost"
JID = admin@localhost
PASSWORD = admintestpassword
NICK = admin
ROOM1 = testroom1@conference.localhost
ROOM2 = testroom2@conference.localhost