From dc507d873105b7d6ef7539552304f00f744057df Mon Sep 17 00:00:00 2001 From: "Arul.Nambi" Date: Thu, 16 Aug 2018 10:19:32 -0400 Subject: Spring-boot config upgrade Issue-ID: AAI-1379 Change-Id: I6dfbb0f14ba66a7f1cd84ac5218217e68ad0ae16 Signed-off-by: Arul.Nambi --- sparky/appconfig/application-resources.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sparky/appconfig/application-resources.properties (limited to 'sparky/appconfig/application-resources.properties') 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 -- cgit 1.2.3-korg