Ver # and database connection details

This commit is contained in:
Mike Young
2019-12-01 11:34:15 -05:00
parent 62c1238c36
commit 68ccfa5bb9

6
config.json vendored
View File

@@ -1,7 +1,9 @@
{
"TITLE": "pyShelf E-Book Server",
"VERSION": "0.2.0",
"VERSION": "0.2.1",
"BOOKPATH": "books/",
"DATABASE": "src/db.sqlite3",
"DATABASE": "pyshelf",
"USER": "pyshelf",
"PASSWORD": "pyshelf",
"BOOKSHELF": "data/shelf.json"
}