Update config options for xmpp bridge
parent
9a6e5c8798
commit
81afb7493b
|
@ -51,10 +51,11 @@ chat:
|
|||
|
||||
xmpp:
|
||||
enabled: false
|
||||
server: # 'example.com'
|
||||
server:
|
||||
port: 5222
|
||||
jid: # 'satyrchat@example.com'
|
||||
password: # 'verysecretexample'
|
||||
jid:
|
||||
password:
|
||||
nickname:
|
||||
|
||||
twitch:
|
||||
enabled: false
|
||||
|
|
|
@ -76,7 +76,8 @@ const config: Object = {
|
|||
server: null,
|
||||
port: 5222,
|
||||
jid: null,
|
||||
password: null
|
||||
password: null,
|
||||
nickname: 'SatyrChat'
|
||||
}, localconfig['chat']['xmpp']),
|
||||
|
||||
twitch: Object.assign({
|
||||
|
|
Reference in New Issue