Skip to content

Commit

Permalink
default to service name
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 26, 2024
1 parent f2f6c7c commit f1990ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeforlife/settings/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


def get_databases( # pragma: no cover
name: str,
name: str = SERVICE_NAME,
host: str = "localhost",
port: int = 5432,
user: str = "root",
Expand Down

0 comments on commit f1990ec

Please sign in to comment.