[AAI] Reintegrate AAI OOM charts in main repo
[oom.git] / kubernetes / aai / components / aai-schema-service / config / aaiconfig.properties
1 #
2 # ============LICENSE_START=======================================================
3 # org.onap.aai
4 # ================================================================================
5 # Copyright © 2019 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
20 aai.server.url.base=https://aai.{{ include "common.namespace" . }}:8443/aai/
21 aai.server.url=https://aai.{{ include "common.namespace" . }}:8443/aai/{{ .Values.global.config.schema.version.api.default }}/
22 aai.global.callback.url=https://aai.{{ include "common.namespace" . }}:8443/aai/
23
24 {{ if .Values.global.config.basic.auth.enabled }}
25 aai.tools.enableBasicAuth=true
26 aai.tools.username={{ .Values.global.config.basic.auth.username }}
27 aai.tools.password={{ .Values.global.config.basic.auth.passwd }}
28 {{ end }}
29
30 aai.truststore.filename={{ .Values.global.config.truststore.filename }}
31 aai.truststore.passwd.x={{ .Values.global.config.truststore.passwd }}
32 aai.keystore.filename={{ .Values.global.config.keystore.filename }}
33 aai.keystore.passwd.x={{ .Values.global.config.keystore.passwd }}
34
35 aai.default.api.version={{ .Values.global.config.schema.version.api.default }}
36
37 aai.logging.trace.enabled=true
38 aai.logging.trace.logrequest=false
39 aai.logging.trace.logresponse=false
40
41 aai.transaction.logging=true
42 aai.transaction.logging.get=false
43 aai.transaction.logging.post=false