10 lines
179 B
JSON
10 lines
179 B
JSON
{
|
|
"httpPort":8080,
|
|
"debugLevel":"debug",
|
|
"endpoints": {
|
|
"library":"endpoint/library.js",
|
|
"author":"endpoint/author.js"
|
|
},
|
|
"urlPrefix": "http://127.0.0.1:8080/bouquins"
|
|
}
|