Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Add datasource env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesarnal committed Jan 24, 2024
1 parent 9829d01 commit 1510fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ quarkus.http.port=${DESIGNER_HTTP_PORT:8080}

# Database
apicurio.storage.init=true
apicurio.storage.db-kind=h2
apicurio.storage.db-kind=${DESIGNER_STORAGE_DB_KIND:h2}
apicurio.datasource.url=${DESIGNER_STORAGE_DATASOURCE_URL:jdbc:h2:mem:designer}
apicurio.datasource.username=${DESIGNER_STORAGE_DATASOURCE_USERNAME:sa}
apicurio.datasource.password=${DESIGNER_STORAGE_DATASOURCE_PASSWORD:sa}
Expand Down

0 comments on commit 1510fb4

Please sign in to comment.