Menu

config.json

Gary Cheng
{
  "database": {
    "url": "jdbc:hsqldb:file:db/product-db;shutdown=true",
    "driver_class": "org.hsqldb.jdbcDriver",
    "max_pool_size": 10
  },
  "liquibase_change_log": "META-INF/liquibase/product.changelogs.yaml"
}

MongoDB Logo MongoDB