Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Sep 18, 2023
1 parent 072e867 commit 9bcfef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/settings_postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

print("DATABASES (before)", DATABASES)
# this is the default database URL for the docker-compose setup
DEFAULT_DATABASE_URL = "postgres://postgres:postgres@postgres:5432/django_anonymiser"
DEFAULT_DATABASE_URL = "postgres://postgres:postgres@localhost:5432/django_anonymiser"
DATABASE_URL = getenv("DATABASE_URL", DEFAULT_DATABASE_URL)
print("DATABASE_URL", DATABASE_URL)

Expand Down

0 comments on commit 9bcfef3

Please sign in to comment.