diff options
Diffstat (limited to 'src/main')
-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 |