mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Add token generation
This commit is contained in:
@@ -31,6 +31,8 @@ class Config(BaseModel):
|
||||
|
||||
WEB_APP_HOST: str
|
||||
|
||||
SECRET_KEY: str
|
||||
|
||||
|
||||
def get_config() -> Config:
|
||||
settings = Settings() # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user