.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:
@@ -1,6 +1,20 @@
|
||||
# location
|
||||
deploy_path = 'C:/pixel-streaming'
|
||||
|
||||
# git
|
||||
git_url_session_server = "http://212.220.216.185:3000/EgorSuv/pixel-streaming-session-server.git"
|
||||
git_url_webrtc = "http://212.220.216.185:3000/EgorSuv/pixel-streaming-webrtc.git"
|
||||
|
||||
# session server config
|
||||
env_path = '/session_server_config/.env'
|
||||
titles_path = '/session_server_config/titles.json'
|
||||
titles_path = '/session_server_config/titles.json'
|
||||
|
||||
# nginx config
|
||||
|
||||
server_domain = 'a1.test.sess.graff.tech'
|
||||
session_server_ip = "192.168.1.115"
|
||||
server_postfix = "s1"
|
||||
session_server_port = 3005
|
||||
|
||||
session_begin_port = 14000
|
||||
session_limit = 7
|
||||
Reference in New Issue
Block a user