Skip to content

Commit

Permalink
switch back to in-memory persistence by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Jan 16, 2025
1 parent cb77b6e commit bda5e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus/service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ polaris.features.defaults."SUPPORTED_CATALOG_STORAGE_TYPES"=["S3","GCS","AZURE",
# polaris.features.realm-overrides."my-realm"."INITIALIZE_DEFAULT_CATALOG_FILEIO_FOR_TEST"=true
# polaris.features.realm-overrides."my-realm"."SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION"=true

polaris.persistence.type=eclipse-link
polaris.persistence.type=in-memory
polaris.persistence.eclipselink.configuration-file=META-INF/persistence.xml
polaris.persistence.eclipselink.persistence-unit=polaris

Expand Down

0 comments on commit bda5e3e

Please sign in to comment.