2025-03-20 21:43:46 +08:00

29 lines
903 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: ${tmerclub_PORT:9108}
spring:
application:
name: @artifactId@
cloud:
nacos:
discovery:
server-addr: ${NACOS_HOST:101.37.204.35}:${NACOS_PORT:8848}
username: nacos
password: ${NACOS_PASSWORD:BYzL!Z3C}
namespace: ${NACOS_NAMESPACE:}
config:
server-addr: ${spring.cloud.nacos.discovery.server-addr}
file-extension: yml
shared-configs:
- application.${spring.cloud.nacos.config.file-extension}
username: ${spring.cloud.nacos.discovery.username}
password: ${spring.cloud.nacos.discovery.password}
namespace: ${spring.cloud.nacos.discovery.namespace}
logging:
tracer:
pattern: '%5p [${spring.application.name:},%X{X-B3-Parent-SpanName},%X{X-B3-TraceId},%X{X-B3-SpanId}]'
# dubbo端口默认为服务端口+2000
dubbo:
protocol:
port: ${tmerclub_DUBBO_PORT:9508}