Update config, enable post edits by default

This commit is contained in:
Daniel Supernault 2023-05-25 01:47:05 -06:00
parent f57d22ee66
commit d4e17f75b4
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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