From 07510916e2a0ac31c0c46ddcda3c05ecf9568d56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A1clav=20Barto=C5=A1?= <bartos@cesnet.cz>
Date: Wed, 10 Feb 2021 22:29:15 +0100
Subject: [PATCH] empty config defaults

---
 thehive_button/public/env.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/thehive_button/public/env.js b/thehive_button/public/env.js
index d6c01ed..4068438 100644
--- a/thehive_button/public/env.js
+++ b/thehive_button/public/env.js
@@ -1,4 +1,4 @@
 // Default plugin configuration
-export const THEHIVE_URL = 'https://hive.gn4-3-wp8-soc.sunet.se/';
-export const THEHIVE_API_KEY = '5LymseWiurZBrQN8Kqp8O+9KniTL5cE0';
+export const THEHIVE_URL = 'https://example.com/';
+export const THEHIVE_API_KEY = '';
 export const THEHIVE_OWNER = ''; // user to assign created cases to
-- 
GitLab