From d0a80f339db91530ceae2eaf2540ef310f0b214f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matev=C5=BE=20Er=C5=BEen?= <matevz.erzen@xlab.si>
Date: Tue, 19 Apr 2022 11:21:11 +0000
Subject: [PATCH] Updated evidence-collector config

---
 custom-provision/.env        | 1 +
 environments/full-setup/.env | 1 +
 2 files changed, 2 insertions(+)

diff --git a/custom-provision/.env b/custom-provision/.env
index b895fc5..e316a48 100644
--- a/custom-provision/.env
+++ b/custom-provision/.env
@@ -12,6 +12,7 @@ redis_port=6379
 redis_queue=low
 clouditor_host=192.168.0.13
 clouditor_port=9090
+clouditor_oauth2_host=192.168.0.13
 clouditor_oauth2_port=8080
 clouditor_client_id=clouditor
 clouditor_client_secret=clouditor
diff --git a/environments/full-setup/.env b/environments/full-setup/.env
index 1145270..e651458 100644
--- a/environments/full-setup/.env
+++ b/environments/full-setup/.env
@@ -12,6 +12,7 @@ redis_port=6379
 redis_queue=low
 clouditor_host=192.168.33.14
 clouditor_port=9090
+clouditor_oauth2_host=192.168.33.14
 clouditor_oauth2_port=8080
 clouditor_client_id=clouditor
 clouditor_client_secret=clouditor
-- 
GitLab