Skip to content

Commit

Permalink
Fix default conf
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Oct 21, 2023
1 parent 77fbc14 commit 80919ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/storage/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bezmen {
protocol {
mode = h2
h2 {
url = "jdbc:h2:mem:db;DB_CLOSE_DELAY=-1"
url = "jdbc:h2:mem:bezmen;DB_CLOSE_DELAY=-1"
username = "sa"
password = "sa"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/storage/src/main/resources/storage.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bezmen.storage.protocol.mode=h2
bezmen.storage.protocol.h2.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
bezmen.storage.protocol.h2.url=jdbc:h2:mem:bezmen;DB_CLOSE_DELAY=-1
bezmen.storage.protocol.h2.username=sa
bezmen.storage.protocol.h2.password=sa
bezmen.storage.protocol.postgres.url=jdbc:postgresql://localhost:5432/bezmen
Expand Down

0 comments on commit 80919ca

Please sign in to comment.