From 64ed6663204886fd9bfd547d16eb621eeeb025d3 Mon Sep 17 00:00:00 2001
From: Hakan Calim <hakan.calim@fau.de>
Date: Thu, 27 Jul 2023 14:26:45 +0200
Subject: [PATCH] NAT-243: add params for resource manager

---
 gso/oss-params-example.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gso/oss-params-example.json b/gso/oss-params-example.json
index 7165e0ab..1f25050b 100644
--- a/gso/oss-params-example.json
+++ b/gso/oss-params-example.json
@@ -3,7 +3,8 @@
     "public_hostname": "https://gap.geant.org"
   },
   "RESOURCE_MANAGEMENT": {
-    "todo": "todo"
+    "api": "https://127.0.0.1:8000"
+        "token": "TOKEN"
   },
   "IPAM": {
     "INFOBLOX": {
-- 
GitLab