mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 17:56:46 +00:00
docfix/Update db.url in case of H2 database v.2.1.214
This commit is contained in:
parent
bfd8831819
commit
96e29097ba
@ -172,7 +172,7 @@ write_connector_metrics=true
|
||||
## You can use a no config needed h2 database by setting db.driver=org.h2.Driver and not including db.url
|
||||
# See the README for how to use the H2 browser / console.
|
||||
db.driver=org.h2.Driver
|
||||
db.url=jdbc:h2:./lift_proto.db;DB_CLOSE_ON_EXIT=FALSE
|
||||
db.url=jdbc:h2:./lift_proto.db;NON_KEYWORDS=VALUE;DB_CLOSE_ON_EXIT=FALSE
|
||||
|
||||
|
||||
#If you want to use the postgres , be sure to create your database and update the line below!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user