diff options
author | James Forsyth <jf2512@att.com> | 2018-08-22 19:01:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-22 19:01:04 +0000 |
commit | 6646c3ddaeab83b3b2af27e73d728977fd3cf05b (patch) | |
tree | 365b836703248d9628a7c5b94fe241bc42f63b2f /sparky/appconfig/application-resources.properties | |
parent | f05ec03672d7367520cd9a67a675364c4d19b1d3 (diff) | |
parent | dc507d873105b7d6ef7539552304f00f744057df (diff) |
Merge "Spring-boot config upgrade"
Diffstat (limited to 'sparky/appconfig/application-resources.properties')
-rw-r--r-- | sparky/appconfig/application-resources.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sparky/appconfig/application-resources.properties b/sparky/appconfig/application-resources.properties new file mode 100644 index 0000000..0be2b26 --- /dev/null +++ b/sparky/appconfig/application-resources.properties @@ -0,0 +1,8 @@ +resources.hostname=aai.api.simpledemo.openecomp.org +resources.port=8443 +resources.authType=SSL_BASIC +resources.basicAuthUserName=AaiUI +resources.basicAuthPassword=OBF:1gfr1p571unz1p4j1gg7 +resources.client-cert=aai-os-cert.p12 +resources.client-cert-password=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o +resources.trust-store=tomcat_keystore |