Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / aai / components / aai-schema-service / config / aaiconfig.properties
1 {{/*
2 #
3 # ============LICENSE_START=======================================================
4 # org.onap.aai
5 # ================================================================================
6 # Copyright © 2019 AT&T Intellectual Property. All rights reserved.
7 # Modifications Copyright © 2023 Nordix Foundation
8 # ================================================================================
9 # Licensed under the Apache License, Version 2.0 (the "License");
10 # you may not use this file except in compliance with the License.
11 # You may obtain a copy of the License at
12 #
13 #    http://www.apache.org/licenses/LICENSE-2.0
14 #
15 # Unless required by applicable law or agreed to in writing, software
16 # distributed under the License is distributed on an "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 # See the License for the specific language governing permissions and
19 # limitations under the License.
20 # ============LICENSE_END=========================================================
21 */}}
22
23 aai.server.url.base=http://aai.{{ include "common.namespace" . }}/aai/
24 aai.server.url=http://aai.{{ include "common.namespace" . }}/aai/{{ .Values.global.config.schema.version.api.default }}/
25 aai.global.callback.url=http://aai.{{ include "common.namespace" . }}/aai/
26
27 {{ if or (.Values.global.config.basic.auth.enabled) ( include "common.onServiceMesh" .) }}
28 aai.tools.enableBasicAuth=true
29 aai.tools.username={{ .Values.global.config.basic.auth.username }}
30 aai.tools.password={{ .Values.global.config.basic.auth.passwd }}
31 {{ end }}
32
33
34 aai.default.api.version={{ .Values.global.config.schema.version.api.default }}
35
36 aai.logging.trace.enabled=true
37 aai.logging.trace.logrequest=false
38 aai.logging.trace.logresponse=false
39
40 aai.transaction.logging=true
41 aai.transaction.logging.get=false
42 aai.transaction.logging.post=false