chore: move local configs to sample files

This commit is contained in:
nmbh1122@126.com
2026-07-20 16:22:54 +08:00
parent 8cfc574247
commit 5a52b44d46
7 changed files with 38 additions and 30 deletions
@@ -0,0 +1,16 @@
server:
port: 8082
spring:
config:
import: "optional:nacos:patbond-user.yml"
application:
name: patbond-user
cloud:
nacos:
discovery:
server-addr: ${NACOS_SERVER_ADDR:127.0.0.1:8848}
register-enabled: ${NACOS_REGISTER_ENABLED:true}
fail-fast: ${NACOS_DISCOVERY_FAIL_FAST:false}
config:
server-addr: ${NACOS_SERVER_ADDR:127.0.0.1:8848}