Skip to content

Commit

Permalink
feat(dev): price splitting (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugena committed Jul 29, 2023
1 parent d1ec7ed commit d02d7af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"NAME": "github_actions",
"USER": "radorado",
"PASSWORD": "radorado",
"NAME": "postgres",
"USER": "postgres",
"PASSWORD": "postgres",
"HOST": "127.0.0.1",
"PORT": "5432",
}
Expand Down

0 comments on commit d02d7af

Please sign in to comment.