# ========================LICENSE_START================================= # O-RAN-SC # %% # Copyright (C) 2019 AT&T Intellectual Property # Modifications Copyright (C) 2019 Nordix Foundation # %% # 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=================================== # Defines Non-RT RIC Control Panel property keys and default values. # Create a copy in the launch directory to override values; or # copy to "application-abc.properties" as mentioned in the README. # A spring property but without a "spring" prefix; # the port number is chosen RANDOMLY when running tests server.port = 8082 server.ssl.key-store-type = PKCS12 server.ssl.key-store-password = ericsson_kwdjfhw server.ssl.key-store = classpath:keystore.jks server.ssl.key-password = ericsson_kwdjfhw server.http.port = 8080 # endpoint URLs must be supplied at deployment time # NOTE: change policycontroller.url.prefix to http://localhost:8081 when running # controlpanel locally (i.e., not inside the docker container) # policycontroller.url.prefix = https://policy-agent-container:8433 policycontroller.url.prefix = http://policy-agent-container:8081 # URL for enrichment coordinator service # enrichmentcontroller.url.prefix = https://enrichment-service-container:8434 enrichmentcontroller.url.prefix = http://enrichment-service-container:8083/ei-producer/v1 # Mimic slow endpoints by defining sleep period, in milliseconds mock.config.delay = 0