Updated project identity/configs to match Nyone
This commit is contained in:
@@ -2,7 +2,7 @@ APP_NAME=Nyone
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
APP_URL=https://nyone.net
|
||||
|
||||
APP_LOCALE=en
|
||||
APP_FALLBACK_LOCALE=en
|
||||
@@ -64,8 +64,8 @@ AWS_USE_PATH_STYLE_ENDPOINT=false
|
||||
|
||||
VITE_APP_NAME="${APP_NAME}"
|
||||
|
||||
STREAMING_RTMP_INGEST_URL=rtmp://localhost:1935
|
||||
STREAMING_HLS_PUBLIC_URL=http://localhost:8888
|
||||
STREAMING_RTMP_INGEST_URL=rtmp://nyone.net:19935
|
||||
STREAMING_HLS_PUBLIC_URL=https://nyone-hls.net
|
||||
STREAMING_VOD_RETENTION_DAYS=30
|
||||
STREAMING_RECORDINGS_PATH=storage/app/private/recordings
|
||||
MEDIAMTX_SHARED_SECRET=change-this-secret
|
||||
|
||||
Reference in New Issue
Block a user