toshrajbhardwaj | f4fc1c6 | 2018-08-06 07:35:14 +0000 | [diff] [blame] | 1 | # Copyright © 2018 Amdocs, Bell Canada, AT&T |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
rv871f | b59b7fd | 2018-09-05 13:33:10 -0400 | [diff] [blame] | 15 | oxm.schemaNodeDir=/opt/app/sparky/onap/oxm |
renealr | d7752ba | 2019-02-28 09:06:18 -0500 | [diff] [blame] | 16 | #schemaServiceTranslator is used to define whether to retreive the oxm from schema service microservice or read from the disk, possible values are schema-service/config |
| 17 | oxm.schemaServiceTranslatorList=config |
| 18 | # The end point for onap is https://<hostname>:<port>/onap/schema-service/v1/ |
| 19 | oxm.schemaServiceBaseUrl=https://<schema-service/config>/aai/schema-service/v1/ |
| 20 | oxm.schemaServiceKeystore=file:${CONFIG_HOME}/auth/aai-client-cert.p12 |
| 21 | oxm.schemaServiceTruststore=file:${CONFIG_HOME}/auth/tomcat_keystore |
| 22 | oxm.schemaServiceKeystorePassword=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o |
| 23 | oxm.schemaServiceTruststorePassword=OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o |
| 24 | |
| 25 | |
| 26 | |
| 27 | # Schema Service need this variable for the time being |
| 28 | spring.applicationName=sparky |