config tests added,

.env file support added with dotenv,
README.md file updated for .evn file support,
database lost connection bug crash fixed,
session server run_session long timeout bug fixed
This commit is contained in:
C
2023-01-30 17:49:19 +05:00
parent 0c0201622b
commit 622556911c
8 changed files with 2527 additions and 38 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
# pixel-streaming-coordinator
pixel streaming coordinator
pixel streaming coordinator
configure environment variables with .env file
.env:
PORT=
DATABASE_URL=""
DATABASE_NAME=""