Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion runtime/admin/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ quarkus.container-image.group=apache
quarkus.container-image.name=polaris-admin-tool
quarkus.container-image.additional-tags=latest
quarkus.datasource.db-kind=postgresql
#https://docs.quarkiverse.io/quarkus-amazon-services/dev/amazon-rds.html#_configuring_rds_clients
# if set to true it will try to start localstack at build and run time for the local environment
# https://docs.quarkiverse.io/quarkus-amazon-services/dev/amazon-rds.html#_configuration_reference for more details
quarkus.rds.devservices.enabled=false
quarkus.rds.sync-client.type=apache

# ---- Runtime Configuration ----
# Below are default values for properties that can be changed in runtime.

Expand Down
5 changes: 1 addition & 4 deletions runtime/defaults/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,11 @@ polaris.persistence.type=in-memory
# polaris.persistence.type=relational-jdbc

polaris.secrets-manager.type=in-memory
# disable localstack
# if set to true it will try to start localstack at build and run time for the local environment
# https://docs.quarkiverse.io/quarkus-amazon-services/dev/amazon-rds.html#_configuration_reference for more details
quarkus.devservices.enabled=false
quarkus.rds.devservices.enabled=false
quarkus.rds.sync-client.type=apache



polaris.file-io.type=default

polaris.event-listener.type=no-op
Expand Down