mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Ver # and database connection details
This commit is contained in:
6
config.json
vendored
6
config.json
vendored
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user