Xapp Registration reading configuration from env
[ric-plt/xapp-frame-py.git] / examples / xappConfig.json
diff --git a/examples/xappConfig.json b/examples/xappConfig.json
deleted file mode 100644 (file)
index 35218b0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "SERVICE_HTTP" : "SERVICE_{}_{}_HTTP_PORT",
-  "SERVICE_RMR" : "SERVICE_{}_{}_RMR_PORT",
-  "CONFIG_PATH" : "/ric/v1/config",
-  "REGISTER_PATH" : "http://service-{}-appmgr-http.{}:8080/ric/v1/register",
-  "DEREGISTER_PATH" : "http://service-{}-appmgr-http.{}:8080/ric/v1/deregister",
-  "DEFAULT_PLT_NS" : "ricplt",
-  "DEFAULT_XAPP_NS" : "ricxapp",
-  "hostname" : "xapp",
-  "name" : "xappRegistration",
-  "version" : "1",
-  "PLT_NAMESPACE" : "ricplt",
-  "APP_NAMESPACE" : "ricxapp"
-}