56 lines
1.4 KiB
YAML
56 lines
1.4 KiB
YAML
# 生产环境配置
|
|
|
|
spring:
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
server-addr: 101.200.208.45:8848
|
|
namespace: prod
|
|
group: DEFAULT_GROUP
|
|
enabled: true
|
|
username: nacos
|
|
password: EmotionMuseum2025
|
|
metadata:
|
|
version: 1.0.0
|
|
zone: prod
|
|
register-enabled: true
|
|
ephemeral: true
|
|
cluster-name: DEFAULT
|
|
service: ${spring.application.name}
|
|
weight: 1
|
|
heart-beat-interval: 5000
|
|
heart-beat-timeout: 15000
|
|
ip-delete-timeout: 30000
|
|
config:
|
|
server-addr: 101.200.208.45:8848
|
|
namespace: prod
|
|
group: DEFAULT_GROUP
|
|
file-extension: yml
|
|
enabled: false
|
|
username: nacos
|
|
password: EmotionMuseum2025
|
|
|
|
# 数据源配置
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://101.200.208.45:3306/emotion_museum?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
|
|
username: root
|
|
password: EmotionMuseum2025*#
|
|
|
|
# Redis配置
|
|
data:
|
|
redis:
|
|
host: 101.200.208.45
|
|
port: 6379
|
|
password: EmotionMuseum2025*#
|
|
database: 0
|
|
|
|
# 日志配置
|
|
logging:
|
|
level:
|
|
com.emotionmuseum: warn
|
|
com.baomidou.mybatisplus: warn
|
|
com.alibaba.nacos: error
|
|
file:
|
|
name: logs/emotion-growth-prod.log
|