diff --git a/config/webrtc.php b/config/webrtc.php index f67b0a2..8b4a09e 100644 --- a/config/webrtc.php +++ b/config/webrtc.php @@ -68,12 +68,12 @@ return [ 'version' => env('WEBRTC_SFU_VERSION'), // default: the version pinned by this package 'download_url' => env( 'WEBRTC_SFU_DOWNLOAD_URL', - 'https://github.com/blax-software/laravel-webrtc/releases/download/{version}/blax-webrtc-sfu-{platform}', + 'https://git.blax.at/blax-software/laravel-webrtc/releases/download/{version}/blax-webrtc-sfu-{platform}', ), // sha256 verification is REQUIRED when set; null opts out explicitly. 'checksum_url' => env( 'WEBRTC_SFU_CHECKSUM_URL', - 'https://github.com/blax-software/laravel-webrtc/releases/download/{version}/blax-webrtc-sfu-{platform}.sha256', + 'https://git.blax.at/blax-software/laravel-webrtc/releases/download/{version}/blax-webrtc-sfu-{platform}.sha256', ), ],