Skip to content

Commit

Permalink
Merge pull request #7 from testainers/dev
Browse files Browse the repository at this point in the history
Version 0.0.3.
  • Loading branch information
edufolly authored Jul 8, 2023
2 parents 6ad2cf5 + ac28150 commit 98bd7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
}

group 'com.testainers'
version '0.0.2'
version '0.0.3'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 98bd7d6

Please sign in to comment.