Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos in fastapi-tortoise/app/config/db.py #4

Closed
pjcunningham opened this issue Mar 6, 2020 · 1 comment
Closed

Typos in fastapi-tortoise/app/config/db.py #4

pjcunningham opened this issue Mar 6, 2020 · 1 comment

Comments

@pjcunningham
Copy link

pjcunningham commented Mar 6, 2020

POSGTRES_USER, POSGTRES_PASSWORD, POSGTRES_DB

class PostgresSettings(BaseSettings):
    """Postgres env values"""

    postgres_user: str = Field("postgres", env="POSGTRES_USER")
    postgres_password: str = Field("postgres", env="POSGTRES_PASSWORD")
    postgres_db: str = Field("mydb", env="POSGTRES_DB")
    postgres_port: str = Field("5432", env="POSTGRES_PORT")
    postgres_host: str = Field("postgres", env="POSTGRES_HOST")

Thanks for creating the project.
Cheers, Paul.

@prostomarkeloff
Copy link
Owner

Thanks! I'll fix it as soon as possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants