Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Feb 14, 2024
1 parent 2301455 commit 3f80094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drams/settings.py
Expand Up @@ -12,9 +12,9 @@
'ENGINE': 'django.db.backends.postgresql',
'NAME': 'scrc',
'USER': 'scrc',
'PASSWORD': 'password',
'HOST': 'localhost',
'PORT': '5432',
'PASSWORD': 'password'
}
}

Expand Down

0 comments on commit 3f80094

Please sign in to comment.