Compare commits

..

No commits in common. "main" and "v0.1.0" have entirely different histories.
main ... v0.1.0

1 changed files with 2 additions and 2 deletions

View File

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