mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Change settings.py and config.json to use an external PostgresDB
This commit is contained in:
@@ -99,6 +99,8 @@ DATABASES = {
|
||||
"NAME": CONFIG.catalogue_db,
|
||||
"USER": "pyshelf",
|
||||
"PASSWORD": CONFIG.password,
|
||||
"HOST": CONFIG.db_host,
|
||||
"PORT": CONFIG.db_port,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user