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] [credentials]
JID = "botusername@example.org" JID = botusername@example.org
PASSWORD = "bot_password" PASSWORD = bot_password
NICK = "mirrorbot" NICK = mirrorbot
ROOM1 = "room1_jid@example1.org" ROOM1 = room1_jid@example1.org
ROOM2 = "room2_jid@example2.org" ROOM2 = room2_jid@example2.org

View File

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

View File

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