bouquins/config/config.json

11 lines
218 B
JSON
Raw Normal View History

{
2014-01-20 19:30:45 +00:00
"httpPort":8080,
"debugLevel":"debug",
"endpoints": {
2014-01-22 17:49:50 +00:00
"library":"endpoint/library.js",
"author":"endpoint/author.js"
2014-01-21 19:25:07 +00:00
},
2014-01-22 19:20:43 +00:00
"urlPrefix": "http://127.0.0.1:8080/bouquins",
"dbfile": "/home/meutel/metadata.db"
}