Files
pyShelf/config.json
th3r00t 72c659eb8f Update config.json
Bump version
2021-08-14 17:50:56 -04:00

2 lines
275 B
JSON
Vendored

{"TITLE": "pyShelf E-Book Server", "VERSION": "0.7.0", "BOOKPATH": "", "DB_HOST": "localhost", "DB_PORT": "5432", "DATABASE": "pyshelf", "USER": "pyshelf", "PASSWORD": "pyshelf", "BOOKSHELF": "data/shelf.json", "ALLOWED_HOSTS": "*", "SECRET": "", "BUILD_MODE": "production"}