From 3d52771a1e66ebdf818d65c21f7221315c25da23 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 17 Aug 2023 09:33:45 +0100 Subject: [PATCH] Remove Google tracking from demo --- app/Console/Commands/DemoSeederCommand.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/Console/Commands/DemoSeederCommand.php b/app/Console/Commands/DemoSeederCommand.php index 0e079f63..972ade8b 100644 --- a/app/Console/Commands/DemoSeederCommand.php +++ b/app/Console/Commands/DemoSeederCommand.php @@ -398,18 +398,12 @@ EINCIDENT; ], [ 'key' => 'app_refresh_rate', 'value' => '0', - ], [ - 'key' => 'app_analytics', - 'value' => 'UA-58442674-3', - ], [ - 'key' => 'app_analytics_gs', - 'value' => 'GSN-712462-P', ], [ 'key' => 'display_graphs', 'value' => '1', ], [ 'key' => '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.', + 'value' => 'This is the demo instance of [Cachet](https://cachethq.io?ref=demo). The open-source status page system, for everyone. 3.x is coming soon! [Read the announcement](https://github.com/cachethq/cachet/discussions/4342).', ], [ 'key' => 'enable_subscribers', 'value' => '0',