update defaults
This commit is contained in:
parent
1477b36339
commit
6948550d18
@ -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`);
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user