File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,15 +117,15 @@ def SQLALCHEMY_DATABASE_URI(self) -> PostgresDsn | str:
117117 ORACLE_CLIENT_PATH : str = '/opt/sqlbot/db_client/oracle_instant_client'
118118
119119 # 企业微信登录配置
120- WEWORK_CORP_ID : str = 'wwee300b7e896b6751 ' # 企业ID
121- WEWORK_SECRET : str = 'QgHI8J8eRnF9CN7rqOdZr3nrOJV6kv_dpFNdsYd1giQ ' # 应用Secret
122- WEWORK_AGENT_ID : str = '1000002 ' # 应用AgentId
120+ WEWORK_CORP_ID : str = '' # 企业ID
121+ WEWORK_SECRET : str = '' # 应用Secret
122+ WEWORK_AGENT_ID : str = '' # 应用AgentId
123123 WEWORK_REDIRECT_URI : str = '' # OAuth回调地址
124- WEWORK_ENABLED : bool = True # 是否启用企业微信登录
124+ WEWORK_ENABLED : bool = False # 是否启用企业微信登录
125125
126126 # 企业微信回调配置(用于验证和解密回调消息)
127- WEWORK_TOKEN : str = '6ZmJKTRYIai ' # 企业微信回调Token
128- WEWORK_ENCODING_AES_KEY : str = 'uAg3OgJT3iPMiAmz7S4EBw248dDkuJpOjWlVVRSK1L5 ' # 企业微信回调EncodingAESKey
127+ WEWORK_TOKEN : str = '' # 企业微信回调Token
128+ WEWORK_ENCODING_AES_KEY : str = '' # 企业微信回调EncodingAESKey
129129
130130
131131settings = Settings () # type: ignore
You can’t perform that action at this time.
0 commit comments