Added support for https
[portal/nonrtric-controlpanel.git] / webapp-backend / src / main / resources / application.properties
index 84bf1a4..267fff3 100644 (file)
 
 # A spring property but without a "spring" prefix;
 # the port number is chosen RANDOMLY when running tests
-server.port = 8080
+server.port = 8434
+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
+
+
 
 # path to file that stores user details;
 # use a persistent volume in a K8S deployment
@@ -44,6 +50,7 @@ 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
 
 # Mimic slow endpoints by defining sleep period, in milliseconds