Files
mall-swarm/config/gateway/mall-gateway-prod.yaml
macro fa951b4bcd Update mall-gateway-prod.yaml
mall-gateway服务prod配置修改
2023-10-17 18:33:31 +08:00

19 lines
432 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.
spring:
redis:
host: redis # Redis服务器地址
database: 0 # Redis数据库索引默认为0
port: 6379 # Redis服务器连接端口
password: #不设置密码
security:
oauth2:
resourceserver:
jwt:
jwk-set-uri: 'http://192.168.3.101:8201/mall-auth/rsa/publicKey'
logging:
file:
path: /var/logs
level:
root: info
com.macro.mall: info
logstash:
host: logstash