fix: non-breaking default db creds
All checks were successful
ci / lint_and_test (push) Successful in 7s
All checks were successful
ci / lint_and_test (push) Successful in 7s
This commit is contained in:
parent
fc10307cc2
commit
5d3cb64526
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Config(CustomBaseSettings):
|
|||
DATABASE_NAME: str = "fastapi-exp"
|
||||
DATABASE_PORT: str = "5432"
|
||||
DATABASE_HOSTNAME: str = "localhost"
|
||||
DATABASE_CREDENTIALS: SecretStr = ""
|
||||
DATABASE_CREDENTIALS: SecretStr = ":"
|
||||
|
||||
|
||||
settings = Config()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue