mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update config, enable post edits by default
This commit is contained in:
parent
f57d22ee66
commit
d4e17f75b4
1 changed files with 1 additions and 1 deletions
|
@ -40,5 +40,5 @@ return [
|
|||
'hls' => env('HLS_LIVE', false),
|
||||
|
||||
// Post Update/Edits
|
||||
'pue' => env('EXP_PUE', false),
|
||||
'pue' => env('EXP_PUE', true),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue