From 1f576171c23126e111a9619c3df1d66e38a54ad1 Mon Sep 17 00:00:00 2001 From: C Date: Mon, 20 Feb 2023 12:54:58 +0500 Subject: [PATCH] config.py.example updated --- config.py.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py.example b/config.py.example index 5dc8f5c..faa5b74 100644 --- a/config.py.example +++ b/config.py.example @@ -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'