aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/config/application.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'prh-app-server/config/application.yaml')
-rw-r--r--prh-app-server/config/application.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/prh-app-server/config/application.yaml b/prh-app-server/config/application.yaml
index 0baa1f9d..306c94f7 100644
--- a/prh-app-server/config/application.yaml
+++ b/prh-app-server/config/application.yaml
@@ -2,7 +2,13 @@ spring:
profiles:
active: prod
server:
- port: 8100
+ port: 8433
+ ssl:
+ key-store-type: PKCS12
+ key-store-password: nokiapnf
+ key-store: classpath:keystore.jks
+ key-password: nokiapnf
+ keyAlias: tomcat-localhost
logging:
level:
ROOT: ERROR