New standard GO project layout
[ric-plt/appmgr.git] / config / appmgr.yaml
index 3753f1f..6be3be7 100755 (executable)
@@ -18,6 +18,7 @@
 "helm":
   "host": "192.168.0.12:31807"
   "repo": "/opt/ric/dummy-xapp-chart"
+  "repo-name": "dummy"
   "secrets":
     "username": "admin"
     "password": "ric"
 "xapp":
   "namespace": "ricxapp"
   "tarDir": "/tmp"
+  "msg_type_file": "msg_type.yaml"
 "db":
+  "sessionNamespace": "XMSession"
   "host": ":6379"
   "prot": "tcp"
   "maxIdle": 80
-  "maxActive": 12000
\ No newline at end of file
+  "maxActive": 12000