Files
pyShelf/config.json
2020-07-30 16:57:39 +02:00

15 lines
349 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": "*",
"hostname": "localhost",
"webport": "8000",
"wsgiport": "8001"
}