diff options
author | wr148d <wr148d@att.com> | 2021-02-19 11:45:22 -0500 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-02-19 12:37:50 -0500 |
commit | f6a1ae0561c05323a57ae309b6adfeec330df381 (patch) | |
tree | d0a7c3269a635984e63adb031164b7764e51390a /sparkybe-onap-application/config | |
parent | 816f17477405beaa1a5679913401a2421ab09d10 (diff) |
Update to have the error codes and 404's working
Issue-ID: AAI-3250
Change-Id: I44180eb6b3de49458096b912320ffcab601dd955
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'sparkybe-onap-application/config')
-rw-r--r-- | sparkybe-onap-application/config/application-oxm-default.properties | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sparkybe-onap-application/config/application-oxm-default.properties b/sparkybe-onap-application/config/application-oxm-default.properties index ef3db64..29e1bdf 100644 --- a/sparkybe-onap-application/config/application-oxm-default.properties +++ b/sparkybe-onap-application/config/application-oxm-default.properties @@ -1,12 +1,12 @@ -oxm.apiVersion=v14
-oxm.apiVersionList=v10,v11,v12,v13,v14
-
-oxm.schemaServiceTranslatorList=config
-oxm.schemaServiceBaseUrl=https://<hostname>:<port>/onap/schema-service/v1/
-oxm.schemaServiceKeystore=file:${CONFIG_HOME}/auth/tomcat_keystore
-oxm.schemaServiceTruststore=file:${CONFIG_HOME}/auth/tomcat_keystore
-oxm.schemaServiceKeystorePassword=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
-oxm.schemaServiceTruststorePassword=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
-
-# Schema Service need this variable for the time being with 7.0.1-SNAPSHOT
+oxm.apiVersion=v14 +oxm.apiVersionList=v10,v11,v12,v13,v14 + +oxm.schemaServiceTranslatorList=config +oxm.schemaServiceBaseUrl=https://<hostname>:<port>/onap/schema-service/v1/ +oxm.schemaServiceKeystore=file:${CONFIG_HOME}/auth/tomcat_keystore +oxm.schemaServiceTruststore=file:${CONFIG_HOME}/auth/tomcat_keystore +oxm.schemaServiceKeystorePassword=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 +oxm.schemaServiceTruststorePassword=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 + +# Schema Service need this variable for the time being with 7.0.1-SNAPSHOT spring.applicationName=sparky
\ No newline at end of file |