onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / portal / portal-fe / webapps / etc / ECOMPDBCAPP / dbcapp.properties
diff --git a/kubernetes/config/docker/init/src/config/portal/portal-fe/webapps/etc/ECOMPDBCAPP/dbcapp.properties b/kubernetes/config/docker/init/src/config/portal/portal-fe/webapps/etc/ECOMPDBCAPP/dbcapp.properties
new file mode 100755 (executable)
index 0000000..283da9f
--- /dev/null
@@ -0,0 +1,20 @@
+# Properties for the Data Bus Controller webapp
+
+# dmaap.rest.url.list = http://10.0.4.102:18080/webapi
+# Have been mapped to DCAE collector at IP:10.0.4.1
+#dmaap.rest.url.list = http://10.0.4.1:18080/webapi 
+dmaap.rest.url.list = http://dcae-collector-dmaapbc:18080/webapi 
+
+# webapp's mechid is sent to DCAE for authorization;
+dmaap.mechid.name = m06672@dbcapp.dmaap.dcae.att.com
+# encrypted with CipherUtil
+dmaap.mechid.password = /F1vRhga1Ijw7yRFFj6R5A==
+# Valid access methods are "dao" and "rest"
+profile.access.method = dao
+
+# these properties are required if the access method is rest
+profile.microservice.url = http://localhost:8081/dbus
+profile.microservice.user.name = dbus_user
+# encrypted with CipherUtil
+profile.microservice.user.password = X9PTg0HZfUeFdMlHX9GlFg==
+