X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fcontrolpanel%2Fresources%2Fapplication.properties;h=3c1699e72588b665cf05d656d55221baa72533b9;hb=refs%2Fchanges%2F12%2F5212%2F1;hp=9c42bba0dc830d30b2f4d1750d5d7a7e0fe1c0b9;hpb=ce3241c91902cd029c256d4ac9a3d0c80cbb0211;p=it%2Fdep.git diff --git a/nonrtric/helm/controlpanel/resources/application.properties b/nonrtric/helm/controlpanel/resources/application.properties index 9c42bba0..3c1699e7 100644 --- a/nonrtric/helm/controlpanel/resources/application.properties +++ b/nonrtric/helm/controlpanel/resources/application.properties @@ -13,8 +13,16 @@ # See the License for the specific language governing permissions and # # limitations under the License. # ################################################################################ -server.port = 8080 -policycontroller.url.prefix = http://policymanagementservice:8081 +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 +# https api +policycontroller.url.prefix = https://policymanagementservice:9081 +# http api +#policycontroller.url.prefix = http://policymanagementservice:9080 userfile = users.json portalapi.decryptor = org.oransc.portal.nonrtric.controlpanel.portalapi.PortalSdkDecryptorAes portalapi.usercookie = UserId @@ -22,3 +30,10 @@ portalapi.security = false portalapi.appname = Non-RT RIC Control Panel portalapi.username = Default portalapi.password = password + +# 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