onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / portal / portal-fe / webapps / etc / ECOMPDBCAPP / dbcapp.properties
1 # Properties for the Data Bus Controller webapp
2
3 # dmaap.rest.url.list = http://10.0.4.102:18080/webapi
4 # Have been mapped to DCAE collector at IP:10.0.4.1
5 #dmaap.rest.url.list = http://10.0.4.1:18080/webapi 
6 dmaap.rest.url.list = http://dcae-collector-dmaapbc:18080/webapi 
7
8 # webapp's mechid is sent to DCAE for authorization;
9 dmaap.mechid.name = m06672@dbcapp.dmaap.dcae.att.com
10 # encrypted with CipherUtil
11 dmaap.mechid.password = /F1vRhga1Ijw7yRFFj6R5A==
12 # Valid access methods are "dao" and "rest"
13 profile.access.method = dao
14
15 # these properties are required if the access method is rest
16 profile.microservice.url = http://localhost:8081/dbus
17 profile.microservice.user.name = dbus_user
18 # encrypted with CipherUtil
19 profile.microservice.user.password = X9PTg0HZfUeFdMlHX9GlFg==
20