blob: 288699c2436632463aee5c6bfd15b35213711472 [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
BjornMagnussonXAd2aeca82022-03-07 11:04:55 +010023policycontroller.url.prefix = https://${A1PMS_DOMAIN_NAME}:${A1PMS_EXTERNAL_SECURE_PORT}
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +010024
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
BjornMagnussonXA007b6452021-11-29 08:03:38 +010033# URL for information coordinator service
34informationcontroller.url.prefix = https://${ICS_DOMAIN_NAME}:${ICS_EXTERNAL_SECURE_PORT}/ei-producer/v1
BjornMagnussonXAe0b665e2021-01-08 22:19:18 +010035
36# Mimic slow endpoints by defining sleep period, in milliseconds
37mock.config.delay = 0