提交航线项目配置-修改nacos地址

This commit is contained in:
高大 2026-01-24 11:43:08 +08:00
parent 62e235baab
commit c22b38ccbb
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ spring:
name: tuoheng-airline
profiles:
# 环境配置
active: dev
active: prod
flyway:
table: flyway_airline_schema_history # 自定义历史表名
baseline-on-migrate: true # 在nocos中也有配置
@ -18,10 +18,10 @@ spring:
nacos:
discovery:
# 服务注册地址
server-addr: 192.168.192.1:8848
server-addr: ruoyi-nacos:8848
config:
# 配置中心地址
server-addr: 192.168.192.1:8848
server-addr: ruoyi-nacos:8848
# 配置文件格式
file-extension: yml
# 共享配置