Increase code coverage on aai-common: aai-els-onap-logging library
[aai/aai-common.git] / aai-els-onap-logging / src / test / resources / application.properties
1 #
2 # ============LICENSE_START=======================================================
3 # org.onap.aai
4 # ================================================================================
5 # Copyright © 2017-18 AT&T Intellectual Property. All rights reserved.
6 # ================================================================================
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #    http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 # ============LICENSE_END=========================================================
19 spring.application.name=AAI Microservice
20 server.port=8446
21 server.local.startpath=/opt/app/aai
22 schema.version.list=v10,v11,v12,v13,v14,v15,v16,v17,v18,v19
23 server.certs.location=certificates
24 server.ssl.key-store=keystore.jks
25 server.ssl.key-store.pkcs12=keystore.pkcs12
26 server.ssl.trust-store=truststore.jks
27 schema.service.ssl.key-store=${server.local.startpath}/etc/auth/aai-client-cert.p12
28 schema.service.ssl.trust-store=${server.local.startpath}/etc/auth/aai_keystore.jks
29