mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-05-07 17:49:24 +00:00
Update config options for xmpp bridge
This commit is contained in:
parent
9a6e5c8798
commit
81afb7493b
@ -51,10 +51,11 @@ chat:
|
|||||||
|
|
||||||
xmpp:
|
xmpp:
|
||||||
enabled: false
|
enabled: false
|
||||||
server: # 'example.com'
|
server:
|
||||||
port: 5222
|
port: 5222
|
||||||
jid: # 'satyrchat@example.com'
|
jid:
|
||||||
password: # 'verysecretexample'
|
password:
|
||||||
|
nickname:
|
||||||
|
|
||||||
twitch:
|
twitch:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -76,7 +76,8 @@ const config: Object = {
|
|||||||
server: null,
|
server: null,
|
||||||
port: 5222,
|
port: 5222,
|
||||||
jid: null,
|
jid: null,
|
||||||
password: null
|
password: null,
|
||||||
|
nickname: 'SatyrChat'
|
||||||
}, localconfig['chat']['xmpp']),
|
}, localconfig['chat']['xmpp']),
|
||||||
|
|
||||||
twitch: Object.assign({
|
twitch: Object.assign({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user