Explorar el Código

Update livestream config

Daniel Supernault hace 3 años
padre
commit
28a2eb87e7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      config/livestreaming.php

+ 1 - 0
config/livestreaming.php

@@ -10,6 +10,7 @@ return [
 	],
 
 	'broadcast' => [
+		'delete_token_after_finished' => (bool) env('HLS_LIVE_BROADCAST_DELETE_TOKEN_AFTER', true),
 		'max_duration' => (int) env('HLS_LIVE_BROADCAST_MAX_DURATION', 60),
 		'max_active' => (int) env('HLS_LIVE_BROADCAST_MAX_ACTIVE', 10),