.env added
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ celerybeat.pid
|
|||||||
*.sage.py
|
*.sage.py
|
||||||
|
|
||||||
# Environments
|
# Environments
|
||||||
.env
|
#.env
|
||||||
.venv
|
.venv
|
||||||
env/
|
env/
|
||||||
venv/
|
venv/
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -48,4 +48,6 @@ powershell.run_command_no_dir('npm i -g pm2')
|
|||||||
# start session server
|
# start session server
|
||||||
powershell.run_command('pm2 start app.js', session_server_root_dir)
|
powershell.run_command('pm2 start app.js', session_server_root_dir)
|
||||||
|
|
||||||
|
# add to startup
|
||||||
|
|
||||||
print('\nPackage successfully deployed to: ', deploy_path, '\n')
|
print('\nPackage successfully deployed to: ', deploy_path, '\n')
|
||||||
Reference in New Issue
Block a user