Fix Mux as env variable.

This commit is contained in:
Joao Patricio
2023-05-05 16:56:03 +01:00
parent 117ba360ac
commit 982f5beaf5
4 changed files with 6 additions and 3 deletions

View File

@@ -2,4 +2,6 @@
return [
'version' => '4.0.0-nightly.2',
'mux_enabled' => env('MUX_ENABLED', true),
];