We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f463bad commit a21e6c7Copy full SHA for a21e6c7
src/rmmtxauthz/config.py
@@ -20,9 +20,9 @@ class DBSettings(BaseSettings):
20
driver: str = "postgresql"
21
host: str = "localhost"
22
port: int = 5432
23
- user: str = "rmmtxauthz"
+ user: str = "rmmtx"
24
password: str = "<PASSWORD>" # pragma: allowlist secret
25
- database: str = "rmmtxauthz"
+ database: str = "rmmtx"
26
echo: bool = False
27
28
model_config = SettingsConfigDict(env_prefix="RMMTX_DATABASE_", extra="ignore")
0 commit comments