Files
pyShelf/config.json
th3r00t 5ac71b4031 Update config.json
Removed my user book folder
2020-04-06 17:20:54 -04:00

2 lines
297 B
JSON
Executable File
Vendored

{"TITLE": "pyShelf E-Book Server", "VERSION": "0.5.0", "BOOKPATH": "", "DB_HOST": "localhost", "DB_PORT": "5432", "DATABASE": "pyshelf", "USER": "pyshelf", "PASSWORD": "pyshelf", "BOOKSHELF": "data/shelf.json", "ALLOWED_HOSTS": "*", "hostname": "localhost", "webport": "8000", "wsgiport": "8001"}