mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Refactoring Collections, and getting docker ready.
This commit is contained in:
6
docker/config.json
vendored
6
docker/config.json
vendored
@@ -2,9 +2,9 @@
|
||||
"TITLE": "pyShelf E-Book Server",
|
||||
"VERSION": "0.8.0",
|
||||
"BOOKPATH": "/books",
|
||||
"DB_HOST": "localhost",
|
||||
"DB_PORT": "5432",
|
||||
"DB_ENGINE": "psql",
|
||||
"DB_HOST": "127.0.0.1",
|
||||
"DB_PORT": "5433",
|
||||
"DB_ENGINE": "sqlite",
|
||||
"DATABASE": "pyshelf",
|
||||
"USER": "pyshelf",
|
||||
"PASSWORD": "pyshelf",
|
||||
|
||||
Reference in New Issue
Block a user