|
|
@ -24,7 +24,7 @@ class Settings(BaseSettings): |
|
|
|
JWT_ALGORITHM: str = "HS256" |
|
|
|
JWT_ALGORITHM: str = "HS256" |
|
|
|
JWT_ACCESS_TOKEN_EXPIRE_MINUTES: int = 60 * 24 * 7 # 7 day |
|
|
|
JWT_ACCESS_TOKEN_EXPIRE_MINUTES: int = 60 * 24 * 7 # 7 day |
|
|
|
# DeepSeek |
|
|
|
# DeepSeek |
|
|
|
DEEPSEEK_API_KEY: str = "sk-6147b0356b474070a8df1f2703704ea1" |
|
|
|
DEEPSEEK_API_KEY: str = "sk-377e35cd9b2241e0ac3cafb6e0da5e89" |
|
|
|
DEEPSEEK_API_URL: str = "https://api.deepseek.com/v1" |
|
|
|
DEEPSEEK_API_URL: str = "https://api.deepseek.com/v1" |
|
|
|
# Redis |
|
|
|
# Redis |
|
|
|
REDIS_HOST: str = "172.21.11.23" |
|
|
|
REDIS_HOST: str = "172.21.11.23" |
|
|
|