summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/docker/init/src/config/portal/portal-fe/webapps/etc/ECOMPDBCAPP/dbcapp.properties
blob: 283da9fed09f9bf2629084ca45652550d8c90b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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==