From c5955ae0678476c24da9c2018bd496355dbf6304 Mon Sep 17 00:00:00 2001 From: C Date: Mon, 20 Feb 2023 12:55:23 +0500 Subject: [PATCH] config.py.example updated --- config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py.example b/config.py.example index faa5b74..576df69 100644 --- a/config.py.example +++ b/config.py.example @@ -4,7 +4,7 @@ deploy_path = 'C:/pixel-streaming' # git source 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' +git_url_lib = 'http://212.220.216.185:3000/GraffTech/pixel-streaming-lib.git' # session server config env_file_name = '.env'