Update config, enable post edits by default

pull/4416/head
Daniel Supernault 3 years ago
parent f57d22ee66
commit d4e17f75b4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -40,5 +40,5 @@ return [
'hls' => env('HLS_LIVE', false),
// Post Update/Edits
'pue' => env('EXP_PUE', false),
'pue' => env('EXP_PUE', true),
];

Loading…
Cancel
Save