Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auth_1 | │ ╭─────────────────── locals ───────────────────╮ │
- auth_1 | │ │ data = { │ │
- auth_1 | │ │ │ 'POSTGRES_DB': 'movies_database', │ │
- auth_1 | │ │ │ 'POSTGRES_USER': 'default', │ │
- auth_1 | │ │ │ 'POSTGRES_PASSWORD': 'default', │ │
- auth_1 | │ │ │ 'DB_HOST': 'db', │ │
- auth_1 | │ │ │ 'DB_PORT': '5432', │ │
- auth_1 | │ │ │ 'ACCESS_TOKEN_LIFETIME': '60', │ │
- auth_1 | │ │ │ 'JAEGER_HOST': 'jaeger', │ │
- auth_1 | │ │ │ 'JAEGER_PORT': '6831' │ │
- auth_1 | │ │ } │ │
- auth_1 | │ │ self = Settings() │ │
- auth_1 | │ ╰──────────────────────────────────────────────╯ │
- auth_1 | ╰──────────────────────────────────────────────────────────────────────────────╯
- auth_1 | ValidationError: 3 validation errors for Settings
- auth_1 | yandex_client_id
- auth_1 | Field required [type=missing, input_value={'POSTGRES_DB': 'movies_d...,
- auth_1 | 'JAEGER_PORT': '6831'}, input_type=dict]
- auth_1 | For further information visit https://errors.pydantic.dev/2.9/v/missing
- auth_1 | yandex_client_secret
- auth_1 | Field required [type=missing, input_value={'POSTGRES_DB': 'movies_d...,
- auth_1 | 'JAEGER_PORT': '6831'}, input_type=dict]
- auth_1 | For further information visit https://errors.pydantic.dev/2.9/v/missing
- auth_1 | yandex_redirect_uri
- auth_1 | Field required [type=missing, input_value={'POSTGRES_DB': 'movies_d...,
- auth_1 | 'JAEGER_PORT': '6831'}, input_type=dict]
- auth_1 | For further information visit https://errors.pydantic.dev/2.9/v/missing
- movies_auth_auth_1 exited with code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement