mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
added user to database configuration
This commit is contained in:
@@ -108,6 +108,7 @@ DATABASES = {
|
|||||||
"default": {
|
"default": {
|
||||||
"ENGINE": "django.db.backends.postgresql",
|
"ENGINE": "django.db.backends.postgresql",
|
||||||
"NAME": CONFIG.catalogue_db,
|
"NAME": CONFIG.catalogue_db,
|
||||||
|
"USER":"pyshelf",
|
||||||
"PASSWORD": CONFIG.password,
|
"PASSWORD": CONFIG.password,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user