diff options
Diffstat (limited to 'deliveries/properties_simpledemo/ECOMPDBCAPP/dbcapp.properties')
-rw-r--r-- | deliveries/properties_simpledemo/ECOMPDBCAPP/dbcapp.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deliveries/properties_simpledemo/ECOMPDBCAPP/dbcapp.properties b/deliveries/properties_simpledemo/ECOMPDBCAPP/dbcapp.properties new file mode 100644 index 00000000..1c13384d --- /dev/null +++ b/deliveries/properties_simpledemo/ECOMPDBCAPP/dbcapp.properties @@ -0,0 +1,8 @@ +# Properties for the Data Bus Controller webapp +dmaap.rest.url.list = http://10.0.4.102: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 |