.env config updated, pm2 no-treekill and name added, config.py updated, .conf added to .gitignore, generate nginx configuration added

This commit is contained in:
C
2023-02-09 15:37:13 +05:00
parent 68eebe248d
commit 036d91a630
6 changed files with 72 additions and 7 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
PORT=3005
PORT=3006
# nginx external domain
EXTERNAL_DOMAIN="a1.test.sess.graff.tech/s1/"
# coordinator url
COORDINATOR_URL="https://a1.test.coord.graff.tech"
DATABASE_URL="mongodb://127.0.0.1:27017"
DATABASE_NAME="pixel_streaming"
WEBRTC_PORT_BEGIN=14000
WEBRTC_PORT_BEGIN=14000
SESSION_LIMIT=7