Skip to content

Commit

Permalink
Testing django CI
Browse files Browse the repository at this point in the history
  • Loading branch information
frasanz committed Sep 27, 2024
1 parent 92f4ac1 commit 51a0096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdalface/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql',
'NAME': config('DB_NAME'),
'NAME': config('DB_NAME', default='gdalface'),
'USER': config('DB_USER'),
'PASSWORD': config('DB_PASSWORD'),
'HOST': config('DB_HOST', default='localhost'),
Expand Down

0 comments on commit 51a0096

Please sign in to comment.