From 2f08569ef1a136860f0c28b033b4e10d2f9d9e31 Mon Sep 17 00:00:00 2001 From: Bogdan Despotov Date: Tue, 9 Jul 2019 14:36:37 +0300 Subject: [PATCH] Adding a config file for the Data analytics --- vdcs/data-analytics.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vdcs/data-analytics.json diff --git a/vdcs/data-analytics.json b/vdcs/data-analytics.json new file mode 100644 index 0000000..a7d6221 --- /dev/null +++ b/vdcs/data-analytics.json @@ -0,0 +1,4 @@ +{ + "Port":8080, + "ElasticSearchURL":"{{.elasticsearch_url}}" +} \ No newline at end of file