Ver código fonte

Update instance config

Daniel Supernault 10 meses atrás
pai
commit
ed7c3bd888
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      config/instance.php

+ 1 - 0
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',
         ],
     ],