Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Workspace 145 #138

Merged
merged 14 commits into from
Sep 27, 2024
Prev Previous commit
Next Next commit
default back to service name
  • Loading branch information
SKairinos committed Sep 27, 2024
commit 967d217099394488b6bc6d6c2f73037a971c82b1
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 = "db",
name: str = SERVICE_NAME,
host: str = "localhost",
port: int = 5432,
user: str = "root",
Expand Down
Loading