Update default port

This commit is contained in:
PsychoZander 2022-03-31 10:06:04 +01:00 committed by GitHub
parent 33c34e7647
commit 1200e4aeb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
"name": "RTMP Port",
"description": "The port that is used to receive the stream data.",
"env_variable": "RTMP_PORT",
"default_value": "1935",
"default_value": "8091",
"user_viewable": true,
"user_editable": false,
"rules": "required|integer"