Skip to content

Commit

Permalink
fix db Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
celer committed Jun 7, 2024
1 parent ac91b9b commit 225c6e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion vocab_dictionnary/vocab_dictionnary/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
DATABASES = {
'default': {
"ENGINE": "django.db.backends.postgresql",

"NAME": "postgres",
"USER": "postgres",
"PASSWORD": "postgres",
"HOST": "localhost",
Expand Down

0 comments on commit 225c6e5

Please sign in to comment.