mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update instance config
This commit is contained in:
parent
f98f1a2f7f
commit
281d9ac7e3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'announcement' => [
|
'announcement' => [
|
||||||
'enabled' => env('INSTANCE_ANNOUNCEMENT_ENABLED', true),
|
'enabled' => env('INSTANCE_ANNOUNCEMENT_ENABLED', false),
|
||||||
'message' => env('INSTANCE_ANNOUNCEMENT_MESSAGE', 'Example announcement message.<br><span class="font-weight-normal">Something else here</span>')
|
'message' => env('INSTANCE_ANNOUNCEMENT_MESSAGE', 'Example announcement message.<br><span class="font-weight-normal">Something else here</span>')
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue