{
  "public": {
    "apiBasePath": "/api/shop/"
  },
  "db": {
    "host": "<%=host%>",
    "user": "<%=user%>",
    "password": "<%=password%>",
    "database": "<%=database%>",
    "port": <%=port%>,
    "tablePrefix": "<%=tablePrefix%>",
    "parseComment": true
  },
  "mock": {
    "tableReg": "",
    "tables": []
  },
  "service": {
    "tableReg": "",
    "tables": []
  }
}
