Files
pyShelf/config.json
2020-07-31 13:52:50 +02:00

12 lines
273 B
JSON
Executable File

{
"TITLE": "pyShelf E-Book Server",
"VERSION": "0.6.0",
"BOOKPATH": "/books",
"DB_HOST": "db",
"DB_PORT": "5432",
"DATABASE": "pyshelf",
"USER": "pyshelf",
"PASSWORD": "pyshelf",
"BOOKSHELF": "data/shelf.json",
"ALLOWED_HOSTS": "*"
}