diff options
author | renealr <reneal.rogers@amdocs.com> | 2019-02-27 12:59:50 -0500 |
---|---|---|
committer | renealr <reneal.rogers@amdocs.com> | 2019-02-27 13:12:49 -0500 |
commit | efe43d10241bb2d2c05571c2583449f71a1a3da1 (patch) | |
tree | e230650029eea35a1eeb7bae12a1af1df5d25e40 /sparkybe-onap-application/config/application.properties | |
parent | 57a8790c14e46593d88f74a54d61b68b8d5af06e (diff) |
update cadi file location to be configurable
update epsdk library to the release version
add the cadi properties file for local testing
add the keyFile for local testing
Issue-ID: AAI-2196
Change-Id: I71cd681af8415f7b1874b27136cfe5a6b24e2760
Signed-off-by: renealr <reneal.rogers@amdocs.com>
Diffstat (limited to 'sparkybe-onap-application/config/application.properties')
-rw-r--r-- | sparkybe-onap-application/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sparkybe-onap-application/config/application.properties b/sparkybe-onap-application/config/application.properties index 1c37fa7..c0616b5 100644 --- a/sparkybe-onap-application/config/application.properties +++ b/sparkybe-onap-application/config/application.properties @@ -16,7 +16,7 @@ spring.profiles.active=camel,ssl,fe-dev,oxm-schema-dev,gizmo,oxm-default # #spring.profiles.active=camel,http,fe-dev,oxm-schema-dev,resources,sync,oxm-override - +portal.cadiFileLocation=${CONFIG_HOME}/portal/cadi.properties searchservice.hostname=127.0.0.1 searchservice.port=30262 searchservice.client-cert=client-cert-onap.p12 |