## 乐学麦禾生产配置修改;
This commit is contained in:
parent
c4cb8370a2
commit
7a7b64bdf8
|
@ -1,6 +1,6 @@
|
|||
|
||||
### 调度中心部署跟地址 [选填]:如调度中心集群部署存在多个地址则用逗号分隔。执行器将会使用该地址进行"执行器心跳注册"和"任务结果回调";为空则关闭自动注册;
|
||||
xxl.job.admin.addresses=http://172.26.201.241:8181/xxl-admin
|
||||
xxl.job.admin.addresses=http://172.26.201.251:8181/xxl-admin
|
||||
|
||||
# log config
|
||||
logging.config=classpath:logback.xml
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -497,7 +497,7 @@
|
|||
<!--当前环境-->
|
||||
<profile.name>online</profile.name>
|
||||
<!--Nacos服务地址-->
|
||||
<config.server-addr>172.26.201.241:8847</config.server-addr>
|
||||
<config.server-addr>172.26.201.251:8847</config.server-addr>
|
||||
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID,不能使用名称,默认为空-->
|
||||
<config.namespace></config.namespace>
|
||||
<!--Nacos配置分组名称-->
|
||||
|
@ -505,7 +505,7 @@
|
|||
<!--Nacos用户名-->
|
||||
<config.username>nacos</config.username>
|
||||
<!--Nacos密码-->
|
||||
<config.password>dpOnline_nacos#191</config.password>
|
||||
<config.password>mhOnline_nacos#34</config.password>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
|
Loading…
Reference in New Issue