20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / config / piwik.yml.example
diff --git a/apps/workbench/config/piwik.yml.example b/apps/workbench/config/piwik.yml.example
deleted file mode 100644 (file)
index 52a1ffb..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
-
-# Configuration:
-# 
-# disabled
-#   false if tracking tag should be shown
-# use_async
-#   Set to true if you want to use asynchronous tracking
-# url
-#   The url of your piwik instance (e.g. localhost/piwik/
-# id_site
-#   The id of your website inside Piwik
-#
-production:
-  piwik:
-    id_site: 1
-    url: localhost
-    use_async: false
-    disabled: false
-
-development:
-  piwik:
-    id_site: 1
-    url: localhost
-    disabled: true
-    use_async: false
-    hostname: localhost
-
-test:
-  piwik:
-    id_site: 1
-    url: localhost
-    disabled: true
-    use_async: false
-    hostname: localhost