forked from Allypost/KSET-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.txt
19 lines (13 loc) · 1013 Bytes
/
help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
KSET Stream Overlay
Author: Josip Igrec <[email protected]>
Configuration:
### Options marked with a [C] are changeable from the admin interface ###
--port PORT # Port the application listens on (default: 3000)
--host HOST # Host the application listens on (default: localhost)
--password PASSWORD # [C] Admin password (default: randomly generated)
--maxMessageLength LENGTH # [C] Maximum message length (default: 120)
--messagesPerInterval NUM # [C] Number of messages per interval (default: 5)
--messagesIntervalLength SECS # Interval length (in seconds) (default: 60)
--secret SECRET # Secret for the JWT signing (default: randomly generated)
--baseUrl BASE_URL # Base url for the page (default: 'http://HOST:PORT')
--help # Show this page