mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-06-16 18:23:50 +00:00
Add configuration options for twitch mirror
This commit is contained in:
parent
5fe4728c11
commit
4ff4a6329d
@ -56,4 +56,8 @@ chat:
|
|||||||
enabled: false
|
enabled: false
|
||||||
username:
|
username:
|
||||||
#https://twitchapps.com/tmi/
|
#https://twitchapps.com/tmi/
|
||||||
password:
|
password:
|
||||||
|
|
||||||
|
twitch_mirror:
|
||||||
|
# enable to allow users to mirror video streams to twitch
|
||||||
|
enabled: false
|
@ -81,6 +81,9 @@ const config: Object = {
|
|||||||
username: null,
|
username: null,
|
||||||
token: null
|
token: null
|
||||||
}, localconfig['chat']['twitch'])
|
}, localconfig['chat']['twitch'])
|
||||||
}
|
},
|
||||||
|
twitch_mirror: Object.assign({
|
||||||
|
enabled: false
|
||||||
|
}, localconfig['twitch_mirror'])
|
||||||
};
|
};
|
||||||
export { config };
|
export { config };
|
Loading…
x
Reference in New Issue
Block a user