oqmd
This commit is contained in:
10
constant.py
Normal file
10
constant.py
Normal file
@@ -0,0 +1,10 @@
|
||||
TOPK_RESULT = 5
|
||||
TIME_OUT = 30
|
||||
MP_API_KEY = "gfBp2in8qxm9Xm2SwLKFwNxDyZvNTAEt"
|
||||
|
||||
# MinIO configuration
|
||||
MINIO_ENDPOINT = "https://s3-api.siat-mic.com"
|
||||
INTERNEL_MINIO_ENDPOINT = "http://100.85.52.31:9000" # 内网地址,如果有就填,上传会更快。
|
||||
MINIO_ACCESS_KEY = "9bUtQL1Gpo9JB6o3pSGr"
|
||||
MINIO_SECRET_KEY = "1Qug5H73R3kP8boIHvdVcFtcb1jU9GRWnlmMpx0g"
|
||||
MINIO_BUCKET = "temp"
|
||||
Reference in New Issue
Block a user