Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lagougou authored Mar 3, 2024
1 parent b5386d8 commit 74a93c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hailstone/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": "hailstone",
"USER": "guoshijiang",
"PASSWORD": "",
"HOST": "127.0.0.1",
"USER": "postgres",
"PASSWORD": "vVb9NhLYui",
"HOST": "postgresql",
},
}

Expand Down Expand Up @@ -111,4 +111,4 @@
except ImportError:
pass

# usSszPkH
# usSszPkH

0 comments on commit 74a93c3

Please sign in to comment.