update
This commit is contained in:
@@ -16,7 +16,7 @@ def build_database_url() -> str:
|
||||
port = _env("POSTGRES_PORT", "5432")
|
||||
db = _env("POSTGRES_DB", "devops_portal")
|
||||
user = _env("POSTGRES_USER", "devops_portal")
|
||||
password = _env("POSTGRES_PASSWORD", "change-me")
|
||||
password = _env("POSTGRES_PASSWORD", "ADzXo0Gm!")
|
||||
return f"postgresql+psycopg://{user}:{password}@{host}:{port}/{db}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user