Compare commits

...

2 Commits

Author SHA1 Message Date
cabbage 93ff13737a ## 生产环境nacos; 2025-10-09 15:02:27 +08:00
cabbage 502d6de60f ## 生产环境xxl-job; 2025-10-09 15:02:27 +08:00
2 changed files with 5 additions and 5 deletions

View File

@ -1,14 +1,14 @@
### 调度中心部署跟地址 [选填]:如调度中心集群部署存在多个地址则用逗号分隔。执行器将会使用该地址进行"执行器心跳注册"和"任务结果回调";为空则关闭自动注册;
xxl.job.admin.addresses=http://172.26.201.209:8181/xxl-admin
xxl.job.admin.addresses=http://172.26.201.225:8181/xxl-admin
# log config
logging.config=classpath:logback.xml
### 执行器通讯TOKEN [选填]:非空时启用;
xxl.job.accessToken=re_token_online
xxl.job.accessToken=zk_token_online
### 执行器AppName [选填]:执行器心跳注册分组依据;为空则关闭自动注册
xxl.job.executor.appname=xxl-job-re
xxl.job.executor.appname=xxl-job-zk
### 执行器注册 [选填]:优先使用该配置作为注册地址,为空时使用内嵌服务 ”IP:PORT“ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。
xxl.job.executor.address=
### 执行器IP [选填]默认为空表示自动获取IP多网卡时可手动设置指定IP该IP不会绑定Host仅作为通讯实用地址信息用于 "执行器注册" 和 "调度中心请求并触发任务"

View File

@ -480,7 +480,7 @@
<!--当前环境-->
<profile.name>online</profile.name>
<!--Nacos服务地址-->
<config.server-addr>172.26.201.209:8847</config.server-addr>
<config.server-addr>172.26.201.225:8847</config.server-addr>
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID不能使用名称,默认为空-->
<config.namespace></config.namespace>
<!--Nacos配置分组名称-->
@ -488,7 +488,7 @@
<!--Nacos用户名-->
<config.username>nacos</config.username>
<!--Nacos密码-->
<config.password>reOnline_nacos#202</config.password>
<config.password>zkOnline_nacos#15</config.password>
</properties>
</profile>
</profiles>