|
|
@@ -5,7 +5,7 @@ spring.servlet.multipart.location: /ruoyi/server/temp
|
|
|
spring.boot.admin.client:
|
|
|
# 增加客户端开关
|
|
|
enabled: false
|
|
|
- url: http://{客户服务器}:9090/admin
|
|
|
+ url: http://111.228.59.215:9090/admin
|
|
|
instance:
|
|
|
service-host-type: IP
|
|
|
metadata:
|
|
|
@@ -22,7 +22,7 @@ snail-job:
|
|
|
# SnailJob 接入验证令牌 详见 script/sql/ry_job.sql `sj_group_config`表
|
|
|
token: "SJ_cKqBTPzCsWA3VyuCfFoccmuIEGXjr5KT"
|
|
|
server:
|
|
|
- host: {客户服务器}
|
|
|
+ host: 111.228.59.215
|
|
|
port: 17888
|
|
|
# 命名空间UUID 详见 script/sql/ry_job.sql `sj_namespace`表`unique_id`字段
|
|
|
namespace: ${spring.profiles.active}
|