first commit
This commit is contained in:
87
pgserver/.env
Normal file
87
pgserver/.env
Normal file
@@ -0,0 +1,87 @@
|
||||
[service]
|
||||
EVALUATE_DICT_API_URL = 'http://pg.xsimon.com/AutoEvluationBackend/evaluate_dict_api/public/index.php/'
|
||||
EVALUATE_DICT_API_URL = 'http://dev-pg.xsimon.com/AutoEvluationBackend/evaluate_dict_api/public/index.php/'
|
||||
project_folder ='pgserver'
|
||||
estimate_short_name="国中"
|
||||
|
||||
#文件上传地址
|
||||
[uploadFile]
|
||||
thum_url = 'http://pg.xsimon.com/index.php/'. DS .'public'. DS .'uploads'. DS .'thum'. DS ."date('Ymd',time())"
|
||||
url = https://gzpg-pro-1386488401.cos.ap-guangzhou.myqcloud.com
|
||||
host_url = http://pg.xsimon.com/
|
||||
evaluate_host_url = http://pg.xsimon.com/
|
||||
bucket = gzpg-pro-1386488401
|
||||
thum_url = 'http://dev-pg.xsimon.com/index.php/'. DS .'public'. DS .'uploads'. DS .'thum'. DS ."date('Ymd',time())"
|
||||
url = https://gzpg-dev-1386488401.cos.ap-guangzhou.myqcloud.com
|
||||
host_url = http://dev-pg.xsimon.com/
|
||||
evaluate_host_url = http://dev-pg.xsimon.com/
|
||||
bucket = gzpg-dev-1386488401
|
||||
access_key_id = AKIDvmV5kOsRsBLtLdyJhx4yf8OTKzQflgOt
|
||||
access_key_secret = NXWUL2XsJeo062rZKwLWTFqEg0KahdQG
|
||||
endpoint = 'ap-guangzhou'
|
||||
qrcode_url = http://pg.xsimon.com
|
||||
qrcode_url = http://dev-pg.xsimon.com
|
||||
|
||||
[cos]
|
||||
bucket = gzpg-pro-1386488401
|
||||
bucket = gzpg-dev-1386488401
|
||||
access_key_id = AKIDvmV5kOsRsBLtLdyJhx4yf8OTKzQflgOt
|
||||
access_key_secret = NXWUL2XsJeo062rZKwLWTFqEg0KahdQG
|
||||
endpoint = 'ap-guangzhou'
|
||||
|
||||
[api]
|
||||
WORKDAY_URL = 'http://193.112.110.115:8089/what/is/today?today='
|
||||
|
||||
[auth]
|
||||
# 生产环境
|
||||
auth_url = http://127.0.0.1:8951/
|
||||
#auth_url = http://127.0.0.1:8951/
|
||||
auth_url = http://192.168.122.1:8951/
|
||||
|
||||
[push]
|
||||
# 开发环境
|
||||
host = 'http://127.0.0.1'
|
||||
port = 2121
|
||||
|
||||
[bocapi]
|
||||
###############中国银行################
|
||||
#中行测试主机
|
||||
boc_host = http://183.47.59.6:10091
|
||||
#中行正式主机
|
||||
#boc_host = http://183.47.59.6:10092
|
||||
#国中16位AES KEY
|
||||
GY_AES_KEY = bocguoyupinggupf
|
||||
#KEY_ENV只支持两个值,PROD和TEST
|
||||
KEY_ENV = PROD
|
||||
|
||||
[cebapi]
|
||||
###############光大银行################
|
||||
#光大测试主机
|
||||
#ceb_host = http://113.98.62.215:9911
|
||||
ceb_test_ftp_port = 7921
|
||||
#光大生产环境主机
|
||||
#ceb_host = http://113.98.62.215:9910
|
||||
ceb_prod_ftp_port = 7920
|
||||
#光大SFTP服务器地址
|
||||
#ceb_ftp_host = "113.98.62.215"
|
||||
#SFTP用户名和密码
|
||||
ftp_user_name = "gypg01"
|
||||
ftp_user_pass = "gyRoot123"
|
||||
#KEY_ENV只支持两个值,PROD和TEST
|
||||
KEY_ENV = TEST
|
||||
|
||||
[protocol]
|
||||
########## 协议加密配置 ##########
|
||||
## AES_key不能超过16个字符
|
||||
AES_KEY = "NX99evaluation86"
|
||||
AES_IV = "NX870estate12349"
|
||||
|
||||
[boc_consumer_finance]
|
||||
channelno = 'EST'
|
||||
comno = 'EST14'
|
||||
host = 'http://26.127.253.223:30020'
|
||||
sm4_key = '2fb0e7538089bd3a46ce946dabeaf88f'
|
||||
|
||||
[ocr_service]
|
||||
url = 'http://127.0.0.1:8368/gzocr/index'
|
||||
|
||||
Reference in New Issue
Block a user