From ed7c3bd888369155ae1876af999e99e1344b11d6 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 28 Sep 2024 02:59:38 -0600 Subject: [PATCH] Update instance config --- config/instance.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/instance.php b/config/instance.php index d1b5b9b61..3538fbf6d 100644 --- a/config/instance.php +++ b/config/instance.php @@ -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', ], ],