Skip to content

Commit

Permalink
Add AES encryption to uc consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Feb 20, 2024
1 parent 8bbc0f1 commit 35f72c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uc-dataapp_resources_consumer/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ springdoc.swagger-ui.disable-swagger-default-url=true
spring.jackson.deserialization.fail-on-unknown-properties=true

## H2 DB with persisting on disk
spring.datasource.url=jdbc:h2:file:/home/nobody/data/platoon_db_consumer
spring.datasource.url=jdbc:h2:file:/home/nobody/data/platoon_db_consumer;CIPHER=AES
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.datasource.driver-class-name=org.h2.Driver
spring.h2.console.enabled=true
Expand Down

0 comments on commit 35f72c3

Please sign in to comment.