startup added to install script and config.py.example added
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# deploy location
|
||||
deploy_path = 'C:/pixel-streaming'
|
||||
|
||||
# git source
|
||||
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'
|
||||
git_url_lib = 'http://212.220.216.185:3000/EgorSuv/pixel-streaming-lib'
|
||||
|
||||
# session server config
|
||||
env_file_name = '.env'
|
||||
titles_file_name = 'titles.json'
|
||||
|
||||
# coordinator
|
||||
coordinator_url = 'https://a1.coord.graff.tech'
|
||||
|
||||
# local database
|
||||
local_database_url = 'mongodb://127.0.0.1:27017'
|
||||
local_database_name = 'pixel_streaming'
|
||||
|
||||
# nginx and session server config
|
||||
session_server_domain = 'a2.sess.graff.tech'
|
||||
session_server_postfix = 's2'
|
||||
|
||||
session_server_ip = '192.168.0.11'
|
||||
session_server_port = 3005
|
||||
|
||||
session_begin_port = 14000
|
||||
session_limit = 5
|
||||
|
||||
webrtc_server_path = '../pixel-streaming-webrtc/WebServers/SignallingWebServer/cirrus.js'
|
||||
|
||||
#app format ['title', 'path']
|
||||
applications = [
|
||||
['mosharov', 'D:/shared/Builds/mosharov/mosharov-stream-v1/Masharovdev.exe'],
|
||||
['ivazowsky', 'D:/shared/Builds/mosharov/mosharov-stream-v1/Masharovdev.exe']
|
||||
]
|
||||
|
||||
pm2_name = 'session-server'
|
||||
Reference in New Issue
Block a user