29 lines
734 B
Python
29 lines
734 B
Python
MILVUS_CLIENT='http://127.0.0.1:19530'
|
|
MILVUS_HOST = '127.0.0.1'
|
|
MILVUS_PORT = 19530
|
|
MYSQL_HOST = '10.127.2.207'
|
|
MYSQL_PORT = 3306
|
|
MYSQL_USER = 'financial_prod'
|
|
MYSQL_PASSWORD = 'mmTFncqmDal5HLRGY0BV'
|
|
MYSQL_DB = 'financial_report_test'
|
|
NOTIFY_ADDR = 'http://10.127.2.206:8101/api/tenant/report/notify'
|
|
FILE_PATH = '/root/pdf_parser/pdf/'
|
|
REDIS_HOST = '10.127.2.206'
|
|
REDIS_PORT = 6379
|
|
REDIS_PASSWORD = 'Xgf_redis'
|
|
PORT = 8000
|
|
MEASURE_COUNT = 4
|
|
|
|
|
|
MYSQL_HOST_APP = '10.127.2.207'
|
|
MYSQL_PORT_APP = 3306
|
|
MYSQL_USER_APP = 'financial_prod'
|
|
MYSQL_PASSWORD_APP = 'mmTFncqmDal5HLRGY0BV'
|
|
MYSQL_DB_APP = 'financial_report_test'
|
|
|
|
|
|
api_key = 'sk-f8413fcfa63a40e49dbb8ac1d0239f6d'
|
|
# 'sk-3cc9e1601f654c149d2a4e99ef8a8946'
|
|
|
|
|