mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
20 lines
421 B
JSON
Vendored
20 lines
421 B
JSON
Vendored
{
|
|
"TITLE": "pyShelf E-Book Server",
|
|
"VERSION": "0.7.0",
|
|
"BOOKPATH": "/books",
|
|
"DB_HOST": "localhost",
|
|
"DB_PORT": "5432",
|
|
"DATABASE": "pyshelf",
|
|
"USER": "pyshelf",
|
|
"PASSWORD": "pyshelf",
|
|
"BOOKSHELF": "data/shelf.json",
|
|
"ALLOWED_HOSTS": [
|
|
"localhost",
|
|
"127.0.0.1",
|
|
"[::1]",
|
|
"0.0.0.0"
|
|
],
|
|
"SECRET": "$(*6fvi@enzau@vir1ft%gz7sar%*okxhc0h$s7pud4ijnkj5t",
|
|
"BUILD_MODE": "development"
|
|
}
|