X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fsrc%2Fmain%2Fresources%2Fapplication.properties;h=e795dca023365612d7818bf75b6c91c9b3ae4608;hb=5a1021b3264044b0f329f11ace6dc9e8a9c5d3fe;hp=84bf1a4fada996ccf802e28b6e1e263e3e64297e;hpb=efa04691a875bc467b43f23f3542a71271b3c3ad;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-backend/src/main/resources/application.properties b/webapp-backend/src/main/resources/application.properties index 84bf1a4..e795dca 100644 --- a/webapp-backend/src/main/resources/application.properties +++ b/webapp-backend/src/main/resources/application.properties @@ -23,7 +23,14 @@ # A spring property but without a "spring" prefix; # the port number is chosen RANDOMLY when running tests -server.port = 8080 +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 + + # path to file that stores user details; # use a persistent volume in a K8S deployment @@ -44,8 +51,13 @@ portalapi.password = # 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