From 464d721af65a2fe36261fde933544e3627e38a8d Mon Sep 17 00:00:00 2001 From: Aleksej Date: Mon, 13 Jun 2022 22:19:34 +0200 Subject: [PATCH] remove quotation marks from config files --- config.ini | 10 +++++----- test/config.ini | 10 +++++----- test/testconfig.ini | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/config.ini b/config.ini index 74bf58d..d3e10a6 100644 --- a/config.ini +++ b/config.ini @@ -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 diff --git a/test/config.ini b/test/config.ini index f66543d..f29246b 100644 --- a/test/config.ini +++ b/test/config.ini @@ -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 diff --git a/test/testconfig.ini b/test/testconfig.ini index 97ce862..af419ef 100644 --- a/test/testconfig.ini +++ b/test/testconfig.ini @@ -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