diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6186d04..f93345d 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,7 +5,7 @@ quarkus.banner.enabled=false quarkus.application.name=httpbucket quarkus.ssl.native=true # -%prod.smallrye.config.source.file.locations=/run/secrets +# %prod.smallrye.config.source.file.locations=/run/secrets # quarkus.http.ssl.certificate.files=${httpbucket.ssl.cert:cert.pem} quarkus.http.ssl.certificate.key-files=${httpbucket.ssl.key:key.pem}