Fixed database connection for other alias in PostgreSQL tests on GitHub Actions.

This commit is contained in:
Nick Pope 2023-12-15 13:44:35 +00:00 committed by GitHub
parent e28bd6776d
commit 8709fe61ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -13,5 +13,8 @@ DATABASES = {
"ENGINE": "django.db.backends.postgresql",
"USER": "user",
"NAME": "django2",
"PASSWORD": "postgres",
"HOST": "localhost",
"PORT": 5432,
},
}