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
1 changed files with 1 additions and 1 deletions

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),
];