This commit is contained in:
parent
c89806fe87
commit
0b5e56b69b
6 changed files with 27 additions and 25 deletions
|
|
@ -18,6 +18,7 @@ class Settings(BaseSettings):
|
|||
twitter_client_id: str
|
||||
twitter_client_secret: str
|
||||
twitter_redirect_uri: str
|
||||
account_client_secret: str
|
||||
|
||||
model_config = SettingsConfigDict(
|
||||
env_file=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue