2025-06-05 12:04:50 +08:00
|
|
|
#api key
|
2025-06-05 20:35:57 +08:00
|
|
|
MODEL_API_KEY=sk-42b5a1479b3b4a1b8176c13c6e2249f0
|
2025-06-05 12:04:50 +08:00
|
|
|
#模型地址
|
2025-06-05 20:35:57 +08:00
|
|
|
MODEL_BASE_URL=https://api.deepseek.com
|
2025-06-05 12:04:50 +08:00
|
|
|
#模型名称
|
2025-06-05 20:35:57 +08:00
|
|
|
MODEL_NAME=deepseek-chat
|
2025-06-05 12:04:50 +08:00
|
|
|
#放行host地址
|
2025-06-09 11:18:04 +08:00
|
|
|
DJANGO_ALLOWED_HOSTS=192.168.237.130,127.0.0.1,172.20.10.10
|
2025-06-05 12:04:50 +08:00
|
|
|
#是否开启debug模式
|
2025-06-09 11:52:35 +08:00
|
|
|
DJANGO_DEBUG_ENABLE=True
|
2025-06-09 11:45:17 +08:00
|
|
|
|
|
|
|
|
DEFAULT_AUTH_URL = 'https://oa-dev.yced.com.cn/iuap-api-auth'
|
|
|
|
|
DEFAULT_GATEWAY_URL = 'https://oa-dev.yced.com.cn/iuap-api-gateway '
|
|
|
|
|
TEMP_TENANT_ID = 'pr3rl2oj'
|
|
|
|
|
APPKEY = 'e5d615eb169944abb3a1db5bd699ca65'
|
|
|
|
|
APPSECRET = '84bb250c995c6161a97aebc2296abe558f6551ac'
|
|
|
|
|
DEFAULT_HEADER = {'Content-Type': 'application/json'}
|
|
|
|
|
|
|
|
|
|
# General Purpose Interface
|
|
|
|
|
TOKEN_INTF = '/open-auth/selfAppAuth/getAccessToken'
|
|
|
|
|
GATEWAY_INTF = '/open-auth/dataCenter/getGatewayAddress'
|
|
|
|
|
# Service Interface
|
2025-06-09 16:11:39 +08:00
|
|
|
QUERY_MEETING_ROOM_TYPE = '/yonbip/uspace/external/access/getMeetingRoomType'
|
|
|
|
|
QUERY_MEETING_ROOM = '/yonbip/uspace/external/access/getMeetingRoom'
|
|
|
|
|
QUERY_MEETINGBOOKING_INFO = '/yonbip/uspace/external/access/getDestineInformation'
|
|
|
|
|
BOOK_MEETING_ROOM = '/yonbip/uspace/destine/Meeting'
|
|
|
|
|
CANCEL_MEETING = '/yonbip/uspace/cancel/Meeting'
|
|
|
|
|
BOOKMEETING = '/yonbip/uspace/external/access/book'
|
|
|
|
|
EDIT_MEETING = '/yonbip/uspace/external/access/edit'
|