You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addrstring`arg:"-l,--addr" help:"host:port of the HTTP server"`
58
-
RtmpAddrstring`arg:"-r,--rtmp" help:"host:port of the RTMP server"`
59
-
StreamKeystring`arg:"-k,--key" help:"Stream key, to protect your stream"`
60
-
AdminPassstring`arg:"-a,--admin" help:"Set admin password. Overrides configuration in settings.json. This will not write the password to settings.json."`
61
-
ConfigFilestring`arg:"-f,--config" help:"URI of the conf file"`
62
-
StaticDirstring`arg:"-s,--static" help:"Directory to read static files from by default"`
63
-
EmotesDirstring`arg:"-e,--emotes" help:"Directory to read emotes. By default it uses the executable directory"`
64
-
WriteStaticbool`arg:"--write-static" help:"write static files to the static dir"`
57
+
Addrstring`arg:"-l,--addr,env:MN_ADDR" help:"host:port of the HTTP server"`
58
+
RtmpAddrstring`arg:"-r,--rtmp,env:MN_RTMP" help:"host:port of the RTMP server"`
59
+
StreamKeystring`arg:"-k,--key,env:MN_STREAM_KEY" help:"Stream key, to protect your stream"`
60
+
AdminPassstring`arg:"-a,--admin,env:MN_ADMIN_PASS" help:"Set admin password. Overrides configuration in settings.json. This will not write the password to settings.json."`
61
+
ConfigFilestring`arg:"-f,--config,env:MN_CONFIG" help:"URI of the conf file"`
62
+
StaticDirstring`arg:"-s,--static,env:MN_STATIC" help:"Directory to read static files from by default"`
63
+
EmotesDirstring`arg:"-e,--emotes,env:MN_EMOTES" help:"Directory to read emotes. By default it uses the executable directory"`
64
+
WriteStaticbool`arg:"--write-static,env:MN_WRITE_STATIC" help:"write static files to the static dir"`
0 commit comments