## 部分配置提取到nacos;定时任务修改生产配置;

This commit is contained in:
cabbage 2025-04-22 19:30:02 +08:00
parent 857b48d742
commit e850672eb9
9 changed files with 4 additions and 69 deletions

View File

@ -1,17 +1,3 @@
# 项目配置
hzs:
# 当前环境(测试=test生产=online
env: test
# PC地址
pc:
# 公众号地址
gzh:
# IOS地址
ios:
# android地址
android:
# Tomcat
server:
port: 8098

View File

@ -1,16 +1,3 @@
# 项目配置
hzs:
# 当前环境(测试=test生产=online
env: test
# PC地址
pc:
# 公众号地址
gzh:
# IOS地址
ios:
# android地址
android:
# Tomcat
server:
port: 8092

View File

@ -1,8 +1,3 @@
# 项目配置
hzs:
# 当前环境(测试=test生产=online
env: test
# Tomcat
server:
port: 8097

View File

@ -1,18 +1,3 @@
# 项目配置
hzs:
# 当前环境(测试=test生产=online
env: test
# PC地址
pc: http://t-app.beida413.com/
# 公众号地址
gzh:
# IOS地址
ios:
# android地址
android:
# 当前环境0=启用 1=禁用)
enable: 1
# Tomcat
server:
port: 8093

View File

@ -1,8 +1,3 @@
# 项目配置
hzs:
# 当前环境(测试=test生产=online
env: test
# Tomcat
server:
port: 8099

View File

@ -1,8 +1,3 @@
# 项目配置
hzs:
# 当前环境(测试=test生产=online
env: test
# Tomcat
server:
port: 8091

View File

@ -1,14 +1,12 @@
### 调度中心部署跟地址 [选填]:如调度中心集群部署存在多个地址则用逗号分隔。执行器将会使用该地址进行"执行器心跳注册"和"任务结果回调";为空则关闭自动注册;
xxl.job.admin.addresses=http://172.26.201.166:8181/xxl-job-admin
## 本地
##xxl.job.admin.addresses=http://192.168.31.139:8880/xxl-job-admin
xxl.job.admin.addresses=http://172.26.201.172:8181/xxl-admin
# log config
logging.config=classpath:logback.xml
### 执行器通讯TOKEN [选填]:非空时启用;
xxl.job.accessToken=base_token
xxl.job.accessToken=base_token_online
### 执行器AppName [选填]:执行器心跳注册分组依据;为空则关闭自动注册
xxl.job.executor.appname=xxl-job-base
### 执行器注册 [选填]:优先使用该配置作为注册地址,为空时使用内嵌服务 ”IP:PORT“ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。

View File

@ -1,8 +1,3 @@
# 项目配置
hzs:
# 当前环境(测试=test生产=online
env: test
# Tomcat
server:
port: 8085

View File

@ -561,8 +561,7 @@
<!--当前环境-->
<profile.name>online</profile.name>
<!--Nacos服务地址-->
<!-- <config.server-addr>101.200.72.71:8848</config.server-addr>-->
<config.server-addr>172.26.201.166:8848</config.server-addr>
<config.server-addr>172.26.201.172:8847</config.server-addr>
<!--Nacos配置中心命名空间,用于支持多环境.这里必须使用ID不能使用名称,默认为空-->
<config.namespace></config.namespace>
<!--Nacos配置分组名称-->
@ -570,7 +569,7 @@
<!--Nacos用户名-->
<config.username>nacos</config.username>
<!--Nacos密码-->
<config.password>bd!Nacos@wsx</config.password>
<config.password>lxOnline_nacos#211</config.password>
</properties>
</profile>
</profiles>