增加代理地址
This commit is contained in:
@@ -4,6 +4,7 @@ from pydantic_settings import BaseSettings,SettingsConfigDict
|
||||
class Settings(BaseSettings):
|
||||
model_config = SettingsConfigDict(env_file=".env" , env_prefix="WNZS_")
|
||||
PGSQL: str = ""
|
||||
WECOM_PROXY: str = ""
|
||||
WECOM_CORPID: str = ""
|
||||
WECOM_CORPSECRET: str = ""
|
||||
WECOM_APP_TOKEN: str = ""
|
||||
|
||||
Reference in New Issue
Block a user