Added DB_HOST & DB_PORT

This commit is contained in:
Mike Young
2019-12-15 12:13:20 -05:00
parent 9cf5680cc8
commit 86455438fa
2 changed files with 4 additions and 0 deletions

2
config.json vendored
View File

@@ -2,6 +2,8 @@
"TITLE": "pyShelf E-Book Server",
"VERSION": "0.3.0",
"BOOKPATH": "books/",
"DB_HOST": "localhost",
"DB_PORT": "5432",
"DATABASE": "pyshelf",
"USER": "pyshelf",
"PASSWORD": "pyshelf",