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]
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user