bouquins/config/config.json
Meutel a609d80de3 endpoint book
refactoring showaction.getRelated: async
2014-01-22 22:08:21 +01:00

12 lines
238 B
JSON

{
"httpPort":8080,
"debugLevel":"debug",
"endpoints": {
"library":"endpoint/library.js",
"book":"endpoint/book.js",
"author":"endpoint/author.js"
},
"urlPrefix": "http://127.0.0.1:8080",
"dbfile": "/home/meutel/metadata.db"
}