blob: e23b8dd84eaff6e5a437a5052ee926760c3d1d23 [file] [log] [blame]
# ========================LICENSE_START=================================
# Copyright (C) 2021 Nordix Foundation. All rights reserved.
# ======================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ========================LICENSE_END===================================
spring:
profiles:
active: prod
main:
allow-bean-definition-overriding: true
aop:
auto: false
management:
endpoints:
web:
exposure:
include: "loggers,logfile,health,info,metrics,threaddump,heapdump"
server:
# Configuration of the HTTP/REST server. The parameters are defined and handeled by the springboot framework.
# See springboot documentation.
port : 8080
http-port: 8083
ssl:
key-store-type: JKS
key-store-password: policy_agent
key-store: /opt/app/rapp-manager/etc/cert/keystore.jks
key-password: policy_agent
key-alias: policy_agent
logging:
# Configuration of logging
level:
ROOT: INFO
org.springframework: ERROR
org.springframework.data: ERROR
org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
org.oransc.rappmanager: DEBUG
file:
name: /var/log/rapp-manager/application.log
app:
basepath: https://kubernetes.docker.internal:6443
certpath: /opt/app/rapp-manager/cert/ca.crt
tokenpath: /opt/app/rapp-manager/cert/token.txt
chartregistry: http://localhost:30081
webclient:
# Configuration of the trust store used for the HTTP client (outgoing requests)
# The file location and the password for the truststore is only relevant if trust-store-used == true
# Note that the same keystore as for the server is used.
trust-store-used: false
trust-store-password: policy_agent
trust-store: /opt/app/rapp-manager/etc/cert/truststore.jks
# Configuration of usage of HTTP Proxy for the southbound accesses.
# The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s
http.proxy-host:
http.proxy-port: 0
vardata-directory: /var/rapp-manager