Browse Source

Update instance config

Daniel Supernault 6 năm trước cách đây
mục cha
commit
281d9ac7e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/instance.php

+ 1 - 1
config/instance.php

@@ -3,7 +3,7 @@
 return [
 
 	'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>')
 	],