Browse Source

Update instance config

Daniel Supernault 6 years ago
parent
commit
281d9ac7e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/instance.php

+ 1 - 1
config/instance.php

@@ -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>')
 	],
 	],