update defaults

This commit is contained in:
Your New SJW Waifu 2021-08-17 18:40:51 -05:00
parent 1477b36339
commit 6948550d18
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ the newer version.
### Compile and install ### Compile and install
You have to : 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 `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"; - 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`); - build `make TARGET=plan9 ARCH=arm64` (On BSD systems use `gmake`);

View File

@ -6,7 +6,7 @@
"ListenAddress": ":8089", "ListenAddress": ":8089",
"LogFile": "thelog.log", "LogFile": "thelog.log",
"LogLevel": "debug", "LogLevel": "debug",
"MaxMessageCount": 300, "MaxMessageCount": 3000,
"NoCache": false, "NoCache": false,
"PageTitle": "Movie Night", "PageTitle": "Movie Night",
"RateLimitAuth": 5, "RateLimitAuth": 5,
@ -17,7 +17,7 @@
"RegenAdminPass": true, "RegenAdminPass": true,
"RtmpListenAddress": ":1935", "RtmpListenAddress": ":1935",
"StreamKey": "ALongStreamKey", "StreamKey": "ALongStreamKey",
"TitleLength": 50, "TitleLength": 512,
"TwitchClientID": "", "TwitchClientID": "",
"TwitchClientSecret": "", "TwitchClientSecret": "",
"WrappedEmotesOnly": false "WrappedEmotesOnly": false