You've already forked RekomenciBackend
feat(): yandex sign up interactor
This commit is contained in:
@@ -36,11 +36,18 @@ class ServerConfiguration:
|
||||
return f"http://{self.host}:{self.port}"
|
||||
|
||||
|
||||
@to_configuration
|
||||
class YandexOAuthConfiguration:
|
||||
client_id: str
|
||||
client_secret: SecretString
|
||||
|
||||
|
||||
@to_configuration
|
||||
class Configuration:
|
||||
server: ServerConfiguration
|
||||
database: DatabaseConfiguration
|
||||
access_token: AccessTokenConfiguration
|
||||
yandex_oauth: YandexOAuthConfiguration
|
||||
|
||||
|
||||
retort = Retort(
|
||||
|
||||
Reference in New Issue
Block a user