Explorar o código

Update config, enable oauth by default

Daniel Supernault %!s(int64=2) %!d(string=hai) anos
pai
achega
6a2e9e8f7d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config/pixelfed.php

+ 1 - 1
config/pixelfed.php

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