feat(all): 同步最新进度
This commit is contained in:
@@ -62,6 +62,9 @@ class Settings(BaseSettings):
|
||||
# 微信
|
||||
APPID: str = ''
|
||||
APP_SECRET: str = ''
|
||||
PAY_MCH_ID: str = ''
|
||||
PAY_API_KEY: str = ''
|
||||
PAY_NOTIFY_URL: str = ''
|
||||
|
||||
model_config = SettingsConfigDict(env_file=f'.env.{ENVIRONMENT}', env_file_encoding='utf-8')
|
||||
|
||||
@@ -75,6 +78,8 @@ class ProductionSettings(Settings):
|
||||
ACCESS_SECRET_KEY: str = '1f790219840ccd10b5d8b33d7f595b7fe0eed262403689f6fa1cab80149b00f2'
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES: int = 60 * 24 * 1 # 1days
|
||||
|
||||
model_config = SettingsConfigDict(env_file=f'.env.{ENVIRONMENT}', env_file_encoding='utf-8')
|
||||
|
||||
|
||||
class DevelopmentSettings(Settings):
|
||||
# 日志配置
|
||||
|
||||
Reference in New Issue
Block a user