README.md updated and titles.json excluded from repository
This commit is contained in:
@@ -116,3 +116,5 @@ dist
|
|||||||
.yarn/install-state.gz
|
.yarn/install-state.gz
|
||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
|
# titles file
|
||||||
|
titles.json
|
||||||
@@ -2,13 +2,26 @@
|
|||||||
|
|
||||||
pixel streaming session server
|
pixel streaming session server
|
||||||
|
|
||||||
configure environment variables with .env file
|
configure environment variables with .env file and titles.json:
|
||||||
|
|
||||||
.env:
|
.env example:
|
||||||
|
|
||||||
PORT=
|
PORT=
|
||||||
EXTERNAL_DOMAIN=""
|
EXTERNAL_DOMAIN=""
|
||||||
COORDINATOR_URL=""
|
COORDINATOR_URL=""
|
||||||
DATABASE_URL=""
|
DATABASE_URL=""
|
||||||
DATABASE_NAME=""
|
DATABASE_NAME=""
|
||||||
WEBRTC_PORT_BEGIN=
|
WEBRTC_PORT_BEGIN=
|
||||||
|
|
||||||
|
titles.json example:
|
||||||
|
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"title":"title_name",
|
||||||
|
"path":"path/to/exe"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title":"title_name",
|
||||||
|
"path":"path/to/exe"
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user