Files
pyShelf/config.json
2019-12-01 11:34:15 -05:00

10 lines
190 B
JSON
Vendored

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