mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"TITLE": "pyShelf E-Book Server",
|
|
"VERSION": "0.6.0 Docker",
|
|
"BOOKPATH": "/books",
|
|
"DB_HOST": "db",
|
|
"DB_PORT": "5432",
|
|
"DATABASE": "pyshelf",
|
|
"USER": "pyshelf",
|
|
"PASSWORD": "pyshelf",
|
|
"BOOKSHELF": "data/shelf.json",
|
|
"ALLOWED_HOSTS": "*",
|
|
"SECRET": "",
|
|
"BUILD_MODE": "production"
|
|
}
|