Advertisement
alex0sunny

error log

Oct 28th, 2024
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. auth_1 | │ ╭─────────────────── locals ───────────────────╮ │
  2. auth_1 | │ │ data = { │ │
  3. auth_1 | │ │ │ 'POSTGRES_DB': 'movies_database', │ │
  4. auth_1 | │ │ │ 'POSTGRES_USER': 'default', │ │
  5. auth_1 | │ │ │ 'POSTGRES_PASSWORD': 'default', │ │
  6. auth_1 | │ │ │ 'DB_HOST': 'db', │ │
  7. auth_1 | │ │ │ 'DB_PORT': '5432', │ │
  8. auth_1 | │ │ │ 'ACCESS_TOKEN_LIFETIME': '60', │ │
  9. auth_1 | │ │ │ 'JAEGER_HOST': 'jaeger', │ │
  10. auth_1 | │ │ │ 'JAEGER_PORT': '6831' │ │
  11. auth_1 | │ │ } │ │
  12. auth_1 | │ │ self = Settings() │ │
  13. auth_1 | │ ╰──────────────────────────────────────────────╯ │
  14. auth_1 | ╰──────────────────────────────────────────────────────────────────────────────╯
  15. auth_1 | ValidationError: 3 validation errors for Settings
  16. auth_1 | yandex_client_id
  17. auth_1 | Field required [type=missing, input_value={'POSTGRES_DB': 'movies_d...,
  18. auth_1 | 'JAEGER_PORT': '6831'}, input_type=dict]
  19. auth_1 | For further information visit https://errors.pydantic.dev/2.9/v/missing
  20. auth_1 | yandex_client_secret
  21. auth_1 | Field required [type=missing, input_value={'POSTGRES_DB': 'movies_d...,
  22. auth_1 | 'JAEGER_PORT': '6831'}, input_type=dict]
  23. auth_1 | For further information visit https://errors.pydantic.dev/2.9/v/missing
  24. auth_1 | yandex_redirect_uri
  25. auth_1 | Field required [type=missing, input_value={'POSTGRES_DB': 'movies_d...,
  26. auth_1 | 'JAEGER_PORT': '6831'}, input_type=dict]
  27. auth_1 | For further information visit https://errors.pydantic.dev/2.9/v/missing
  28. movies_auth_auth_1 exited with code 1
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement