blob: 2fc7093190a475c1e81d8cc90e37e73a2b40cd90 [file] [log] [blame]
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +01001################################################################################
2# Copyright (c) 2020 Nordix Foundation. #
3# #
4# Licensed under the Apache License, Version 2.0 (the "License"); #
5# you may not use this file except in compliance with the License. #
6# You may obtain a copy of the License at #
7# #
8# http://www.apache.org/licenses/LICENSE-2.0 #
9# #
10# Unless required by applicable law or agreed to in writing, software #
11# distributed under the License is distributed on an "AS IS" BASIS, #
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
13# See the License for the specific language governing permissions and #
14# limitations under the License. #
15################################################################################
16server.port = 8082
17server.ssl.key-store-type = PKCS12
18server.ssl.key-store-password = ericsson_kwdjfhw
19server.ssl.key-store = classpath:keystore.jks
20server.ssl.key-password = ericsson_kwdjfhw
21server.http.port = 8080
22# https api
23policycontroller.url.prefix = https://${POLICY_AGENT_DOMAIN_NAME}:${POLICY_AGENT_EXTERNAL_SECURE_PORT}
24
25userfile = users.json
26portalapi.decryptor = org.oransc.portal.nonrtric.controlpanel.portalapi.PortalSdkDecryptorAes
27portalapi.usercookie = UserId
28portalapi.security = false
29portalapi.appname = Non-RT RIC Control Panel
30portalapi.username = Default
31portalapi.password = password
32
33# URL for enrichment coordinator service
34enrichmentcontroller.url.prefix = https://${ECS_DOMAIN_NAME}:${ECS_EXTERNAL_SECURE_PORT}/ei-producer/v1
35
36# Mimic slow endpoints by defining sleep period, in milliseconds
37mock.config.delay = 0