diff --git a/custom-provision/.env b/custom-provision/.env index b895fc5826459dddfdcb1909bf6041985134459f..e316a481bd5e6dfcac4915056e6a1c28f54e20d1 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 1145270ea8b11e296abffe016b8dbc6baf3b399f..e6514581b5b6c1d50e4c033a0aae75d87db46d42 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