From f186907d8b225ead3b5aed79c4322e3578d785b0 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Wed, 24 Feb 2016 13:16:58 +0000 Subject: [PATCH] Seed with app_about data --- app/Console/Commands/DemoSeederCommand.php | 27 +++++++++------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/app/Console/Commands/DemoSeederCommand.php b/app/Console/Commands/DemoSeederCommand.php index cf7a9f01..07edad2f 100644 --- a/app/Console/Commands/DemoSeederCommand.php +++ b/app/Console/Commands/DemoSeederCommand.php @@ -265,38 +265,33 @@ class DemoSeederCommand extends Command [ 'name' => 'app_name', 'value' => 'Cachet Demo', - ], - [ + ], [ 'name' => 'app_domain', 'value' => 'https://demo.cachethq.io', - ], - [ + ], [ 'name' => 'show_support', 'value' => '1', - ], - [ + ], [ 'name' => 'app_locale', 'value' => 'en', - ], - [ + ], [ 'name' => 'app_timezone', 'value' => 'Europe/London', - ], - [ + ], [ 'name' => 'app_incident_days', 'value' => '7', - ], - [ + ], [ 'name' => 'app_analytics', 'value' => 'UA-58442674-3', - ], - [ + ], [ 'name' => 'app_analytics_gs', 'value' => 'GSN-712462-P', - ], - [ + ], [ 'name' => 'display_graphs', 'value' => '1', + ], [ + 'name' => 'app_about', + 'value' => 'This is the demo instance of [Cachet](https://cachethq.io?ref=demo). The open source status page system, for everyone. An [Alt Three](https://alt-three.com) product.', ], ];