Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shank03 authored Oct 4, 2023
1 parent 1a4655a commit 17ea7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrihub/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
# https://docs.djangoproject.com/en/3.2/ref/settings/#databases

DB_NAME = config('DB_NAME', default='contrihub23_db')
DB_USER = config('DB_USER', default='dbuser')
DB_PASSWORD = config('DB_PASSWORD', default='1234')
DB_USER = config('DB_USER', default='root')
DB_PASSWORD = config('DB_PASSWORD', default='root')
DB_HOST = config('DB_HOST', default='localhost')
DB_PORT = config('DB_PORT', default='3306')

Expand Down

0 comments on commit 17ea7a9

Please sign in to comment.