【update】正式环境参数的提交

This commit is contained in:
fengchenchen
2023-12-27 11:34:20 +08:00
parent 2f212f9ab6
commit ccd17b056f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -67,3 +67,4 @@ WHERE
-- 2023-12-6 修改 海外标准 标准名称的长度为200 因为老法规数据导入的时候50报数据库长度不够
ALTER TABLE laws_overseas_standard MODIFY COLUMN standard_name VARCHAR(200) comment '标准名称';
ALTER TABLE laws_browsing_history MODIFY COLUMN standard_name VARCHAR(200) comment '标准名称';
@@ -417,12 +417,12 @@ download:
admin_role_code: admin,BZGLY
# 加密参数
encrypt:
url: http://10.2.159.90/intekey/encrypteFile
url: http://10.2.158.196/intekey/encrypteFile
app_code: SRMS
secret_key: SRMS1234..
# 解密参数
decrypt:
url: http://10.2.159.90/intekey/file
url: http://10.2.158.196/intekey/file
app_code: SRMS
secret_key: SRMS1234..
# 研发域