Update instance config

This commit is contained in:
Daniel Supernault 2024-09-28 02:59:38 -06:00
parent 669f8b280b
commit ed7c3bd888
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -154,6 +154,7 @@ return [
'nag' => [
'enabled' => (bool) env('INSTANCE_NOTIFY_APP_GATEWAY', true),
'api_key' => env('PIXELFED_PUSHGATEWAY_KEY', false),
'endpoint' => 'push.pixelfed.net',
],
],