新增:公共模块增加宜安配置,防止服务启动报错
This commit is contained in:
42
outbridge/src/main/resources/common-yian.yml
Normal file
42
outbridge/src/main/resources/common-yian.yml
Normal file
@@ -0,0 +1,42 @@
|
||||
spring:
|
||||
datasource:
|
||||
second:
|
||||
username: 11
|
||||
password: 11
|
||||
# todo 生产地址
|
||||
jdbc-url: jdbc:mysql://127.0.0.1:13306/easy_project?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
# 测试开发环境
|
||||
#appKey : 380ad3deb578424c9ca5178383f732c1
|
||||
#appSecret : 805c316f35024b8b9566ca67b4991c42
|
||||
#appKey : d39820947556421aa329b070e669dfa2
|
||||
#corpKey : e906d13947944947921bb32c8fcffc6e
|
||||
#appSecret : 13cff5f8fb1c479297370a7d41853158
|
||||
appKey : 123
|
||||
appSecret : 123
|
||||
# 海葵云url
|
||||
HK_CLOUD_URL : https://v15.lyh.haikuicloud.com
|
||||
# 1. 海葵云获取用户token url后缀
|
||||
HK_USER_TOKEN_URL_SUFFIX: /merchant/openapi/user/login/jobNo
|
||||
# 2. 海葵云获取单个用户信息url后缀
|
||||
HK_SIMPLE_USER_URL_SUFFIX: /merchant/api/user/getSimpleUserInfo
|
||||
# 3. 海葵云上传文件url后缀
|
||||
HK_UPLOAD_FILE_URL_SUFFIX: /haikui-oa/autoCreateFlow/uploadFile
|
||||
# 获取项目工位实例号
|
||||
HK_GET_PROCESS_DATA_SUFFIX: /haikui-oa/autoCreateFlow/getProcessData/oa_three_d_review
|
||||
|
||||
# EP系统URL
|
||||
#EP_URL : https://ep-url.dev.haikuicloud.com
|
||||
# 开发环境
|
||||
EP_URL: https://ep-url-test.lyh.haikuicloud.com
|
||||
# 推送代办状态url后缀
|
||||
QUERY_TODO_STATUS_SUFFIX: /todoApi/todo/emulation/dm/status
|
||||
# 查询待办结果url后缀
|
||||
QUERY_TODO_RESULT_SUFFIX: /todoApi/todo/emulation/dm/result
|
||||
# 6. 查询待办附加url后缀
|
||||
QUERY_TOD_ATTACHMENT_SUFFIX: /todoApi/todo/emulation/dm/attachments
|
||||
|
||||
# 即时通url
|
||||
FREELINK_URL: http://freelink.haikui.com
|
||||
FREELINK_PUSH_MSG_SUFFIX: /webchat/InformApi/FreelinkAndDingdingInform
|
||||
Reference in New Issue
Block a user