mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-18 11:03:17 +00:00
Update instance config
This commit is contained in:
parent
669f8b280b
commit
ed7c3bd888
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ return [
|
||||||
|
|
||||||
'nag' => [
|
'nag' => [
|
||||||
'enabled' => (bool) env('INSTANCE_NOTIFY_APP_GATEWAY', true),
|
'enabled' => (bool) env('INSTANCE_NOTIFY_APP_GATEWAY', true),
|
||||||
|
'api_key' => env('PIXELFED_PUSHGATEWAY_KEY', false),
|
||||||
'endpoint' => 'push.pixelfed.net',
|
'endpoint' => 'push.pixelfed.net',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue