.env added

This commit is contained in:
C
2023-02-03 15:02:56 +05:00
parent cc0821815e
commit 1a1b4688b0
3 changed files with 11 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
PORT=3005
# 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