Files
pyShelf/config.json
2019-12-13 22:30:02 -05:00

10 lines
190 B
JSON
Vendored

{
"TITLE": "pyShelf E-Book Server",
"VERSION": "0.3.0",
"BOOKPATH": "books/",
"DATABASE": "pyshelf",
"USER": "pyshelf",
"PASSWORD": "pyshelf",
"BOOKSHELF": "data/shelf.json"
}