remove quotation marks from config files
This commit is contained in:
parent
ca29f42564
commit
464d721af6
10
config.ini
10
config.ini
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user