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'