Skip to content
Snippets Groups Projects
Commit 788a47f0 authored by trantzas's avatar trantzas
Browse files

Reverting default osom's db to in memory. All the deployment files...

Reverting default osom's db to in memory. All the deployment files (docker-compose, helm) by default switch to local db. Fix for #26
parent ceffd3b1
No related branches found
No related tags found
2 merge requests!22MR for Release 2024Q4,!14Resolve "Reduce H2 database size"
Pipeline #9958 passed
......@@ -8,7 +8,7 @@ spring:
application:
name: openslice-osom
datasource:
url: jdbc:h2:~/temp/tempdb;DB_CLOSE_DELAY=-1
url: jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
password: sa
username: sa
jpa:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment