提交 514c210d authored 作者: 000516's avatar 000516

log配置中,添加master环境

spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://rm-2ze28qp55mrm34g8b.mysql.rds.aliyuncs.com:3306/promotion?autoReconnect=true
username: sfabus
password: Wxl@325Pa91
redis:
port: 6379
host: r-2zehfktt1r34vn4qws.redis.rds.aliyuncs.com
database: 0
password: Wxl2025!@#$
main:
web-application-type: reactive
cloud:
nacos:
discovery:
server-addr: 10.0.0.170:8848
namespace: a9d4d153-3d4e-4d2f-968e-dffdfcc24bab
group: promotion
gateway:
discovery:
locator:
enabled: true
routes:
- id: wangxiaolu-promotion-service
uri: lb://wangxiaolu-promotion-service
# uri: http://127.0.0.1:8011
predicates:
- Path=/**
logging:
config: classpath:logback-spring.xml
\ No newline at end of file
......@@ -20,7 +20,7 @@
<property name="LOG_PATH" value="./logs/${APP_NAME}" />
</springProfile>
<springProfile name="qa,live">
<springProfile name="qa,live,master">
<property name="LOG_PATH" value="/var/logs/${APP_NAME}" />
</springProfile>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论