config.py.example updated

This commit is contained in:
C
2023-02-20 12:54:58 +05:00
parent c69e9d250e
commit 1f576171c2
+3 -3
View File
@@ -2,9 +2,9 @@
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'
git_url_session_server = 'http://212.220.216.185:3000/GraffTech/pixel-streaming-session-server.git'
git_url_webrtc = 'http://212.220.216.185:3000/GraffTech/pixel-streaming-webrtc.git'
git_url_lib = 'http://212.220.216.185:3000/GraffTech/pixel-streaming-lib'
# session server config
env_file_name = '.env'