update defaults
This commit is contained in:
parent
1477b36339
commit
6948550d18
@ -34,7 +34,7 @@ the newer version.
|
||||
|
||||
### Compile and install
|
||||
You have to :
|
||||
- download `git clone https://github.com/zorchenhimer/MovieNight`, go into the source directory `cd MovieNight`;
|
||||
- download `git clone https://git.mentality.rip/sjw/MovieNight.git`, go into the source directory `cd MovieNight`;
|
||||
- choose your `TARGET` oneof "android darwin dragonfly freebsd linux nacl netbsd openbsd plan9 solaris windows";
|
||||
- choose your `ARCH` oneof "386 amd64 amd64p32 arm arm64 ppc64 ppc64le mips mipsle mips64 mips64le mips64p32 mips64p32leppc s390 s390x sparc sparc64";
|
||||
- build `make TARGET=plan9 ARCH=arm64` (On BSD systems use `gmake`);
|
||||
|
@ -6,7 +6,7 @@
|
||||
"ListenAddress": ":8089",
|
||||
"LogFile": "thelog.log",
|
||||
"LogLevel": "debug",
|
||||
"MaxMessageCount": 300,
|
||||
"MaxMessageCount": 3000,
|
||||
"NoCache": false,
|
||||
"PageTitle": "Movie Night",
|
||||
"RateLimitAuth": 5,
|
||||
@ -17,7 +17,7 @@
|
||||
"RegenAdminPass": true,
|
||||
"RtmpListenAddress": ":1935",
|
||||
"StreamKey": "ALongStreamKey",
|
||||
"TitleLength": 50,
|
||||
"TitleLength": 512,
|
||||
"TwitchClientID": "",
|
||||
"TwitchClientSecret": "",
|
||||
"WrappedEmotesOnly": false
|
||||
|
Loading…
Reference in New Issue
Block a user