Skip to content

Commit

Permalink
fix engine
Browse files Browse the repository at this point in the history
  • Loading branch information
liutian authored and liutian committed May 19, 2024
1 parent 11ae638 commit ac5e6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hailstone/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@

DATABASES = {
"default": {
"ENGINE": "193.218.38.89",
"ENGINE": "django.db.backends.postgresql",
"NAME": "hailstone",
"USER": "postgres",
"PASSWORD": "ayKrlI2U52LvyEFlPKXJ",
"HOST": "postgresql",
"HOST": "193.218.38.89",
},
}

Expand Down

0 comments on commit ac5e6db

Please sign in to comment.