Skip to content

Commit

Permalink
Fix usage of deprecated Quarkus SSL config properties (#5203)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton authored Aug 22, 2023
1 parent 0a08b0e commit 475d784
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# Quarkus
#
quarkus.http.body.uploads-directory=target/uploads
quarkus.http.ssl.certificate.file=server-cert.pem
quarkus.http.ssl.certificate.key-file=server-key.pem
quarkus.http.ssl.certificate.files=server-cert.pem
quarkus.http.ssl.certificate.key-files=server-key.pem
quarkus.http.insecure-requests=disabled
quarkus.http.auth.basic=true
quarkus.http.auth.permission.default.paths=/platform-http/secure/basic
Expand Down

0 comments on commit 475d784

Please sign in to comment.