9 lines
261 B
Bash
9 lines
261 B
Bash
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
|
|
SESSION_LIMIT=7 |