README.md updated and titles.json excluded from repository

This commit is contained in:
C
2023-02-03 12:57:47 +05:00
parent f2febdfce8
commit 8c5b0dc1f0
2 changed files with 18 additions and 3 deletions
+2
View File
@@ -116,3 +116,5 @@ dist
.yarn/install-state.gz
.pnp.*
# titles file
titles.json
+16 -3
View File
@@ -2,13 +2,26 @@
pixel streaming session server
configure environment variables with .env file
configure environment variables with .env file and titles.json:
.env:
.env example:
PORT=
EXTERNAL_DOMAIN=""
COORDINATOR_URL=""
DATABASE_URL=""
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"
}
]