11 lines
218 B
JSON
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"
|
|
}
|