diff options
author | terminaldweller <thabogre@gmail.com> | 2022-05-20 06:21:47 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-05-20 06:21:47 +0000 |
commit | 9efecb455e75cedae0583b0bab16cf166e64bf7a (patch) | |
tree | 4df4383035157a5e7aa6a71e2f84d402dc5cd41d /src/main/resources/application.properties | |
parent | added icons for save,load,delete (diff) | |
download | mdrtl-9efecb455e75cedae0583b0bab16cf166e64bf7a.tar.gz mdrtl-9efecb455e75cedae0583b0bab16cf166e64bf7a.zip |
enabled https and http2
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/application.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 357f85a..e40aba9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -7,3 +7,9 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true server.error.include-message=always +server.http2.enabled=true +server.port=8443 +server.ssl.enabled=true +server.ssl.key-store=/certs/cert.p12 +server.ssl.key-store-type=PKCS12 +server.ssl.key-store-password=thequicklazybrownfox |