bouquins/config/config.json

14 lines
296 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",
"book":"endpoint/book.js",
2014-01-22 21:28:19 +00:00
"author":"endpoint/author.js",
"serie":"endpoint/serie.js",
"tag":"endpoint/tag.js"
2014-01-21 19:25:07 +00:00
},
"urlPrefix": "http://127.0.0.1:8080",
2014-01-22 19:20:43 +00:00
"dbfile": "/home/meutel/metadata.db"
}