bouquins/config/config.json
2014-01-22 20:20:43 +01:00

11 lines
218 B
JSON

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