Update config, enable oauth by default

This commit is contained in:
Daniel Supernault 2023-05-07 05:22:07 -06:00
parent add5eaf094
commit 6a2e9e8f7d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ return [
]
],
'oauth_enabled' => env('OAUTH_ENABLED', false),
'oauth_enabled' => env('OAUTH_ENABLED', true),
'bouncer' => [
'enabled' => env('PF_BOUNCER_ENABLED', false),