host配置

This commit is contained in:
litianxiang
2026-04-27 16:43:20 +08:00
parent 0740aefa1a
commit 259a7c8c2a
4 changed files with 25 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
# ============================================================
nacos:
namespace: dev
namespace: ltx
host: 18.167.251.121:28848
username: nacos
password: Aidlab123123!
@@ -23,7 +23,6 @@ spring:
username: ${nacos.username}
password: ${nacos.password}
hostname: master-aida-seller
ip-type: hostname
config:
server-addr: ${nacos.host}
namespace: ${nacos.namespace}