Skip to content

Commit

Permalink
fixup! ✨(api) integrate postgresql database support
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaupetit committed Mar 28, 2024
1 parent 54cdc86 commit c905acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/qualicharge/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Settings(BaseSettings):
DB_ENGINE: str = "postgresql"
DB_HOST: str = "postgresql"
DB_NAME: str = "qualicharge-api"
DB_USER: str = "fun"
DB_USER: str = "qualicharge"
DB_PASSWORD: str = "pass"
DB_PORT: int = 5432
TEST_DB_NAME: str = "test-qualicharge-api"
Expand Down

0 comments on commit c905acd

Please sign in to comment.