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 1b68845 commit a52ddd3Copy full SHA for a52ddd3
fastapi_template/template/{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/settings.py
@@ -85,7 +85,7 @@ class Settings(BaseSettings):
85
rabbit_host: str = "{{cookiecutter.project_name}}-rmq"
86
rabbit_port: int = 5672
87
rabbit_user: str = "guest"
88
- rabbit_pass: str = "guest"
+ rabbit_pass: str = "guest" # noqa: S105
89
rabbit_vhost: str = "/"
90
91
rabbit_pool_size: int = 2
0 commit comments