mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Changed default book path.
This commit is contained in:
2
src/backend/lib/config.py
vendored
2
src/backend/lib/config.py
vendored
@@ -52,7 +52,7 @@ class Config:
|
|||||||
self.config_structure = {
|
self.config_structure = {
|
||||||
"TITLE": "pyShelf E-Book Server",
|
"TITLE": "pyShelf E-Book Server",
|
||||||
"VERSION": "0.7.0",
|
"VERSION": "0.7.0",
|
||||||
"BOOKPATH": f"{Path.home()}/Books",
|
"BOOKPATH": "/mnt/books",
|
||||||
"DB_HOST": "localhost",
|
"DB_HOST": "localhost",
|
||||||
"DB_PORT": "5432",
|
"DB_PORT": "5432",
|
||||||
"DB_ENGINE": "sqlite",
|
"DB_ENGINE": "sqlite",
|
||||||
|
|||||||
Reference in New Issue
Block a user