aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/portal/portal-fe/webapps/etc/ECOMPDBCAPP/dbcapp.properties
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/config/docker/init/src/config/portal/portal-fe/webapps/etc/ECOMPDBCAPP/dbcapp.properties')
-rwxr-xr-xkubernetes/config/docker/init/src/config/portal/portal-fe/webapps/etc/ECOMPDBCAPP/dbcapp.properties20
1 files changed, 20 insertions, 0 deletions
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
index 0000000000..283da9fed0
--- /dev/null
+++ b/kubernetes/config/docker/init/src/config/portal/portal-fe/webapps/etc/ECOMPDBCAPP/dbcapp.properties
@@ -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==
+