Menu

prod_config

Gary Cheng
{
  "httpServer": {
    "port": 8081,
    "host": "localhost",
    "root": "/"
  },
  "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"
  },
  "serviceName": "product",
  "serviceProxyAddress": "db.queue.product"
}

MongoDB Logo MongoDB