56 lines
1.3 KiB
YAML
56 lines
1.3 KiB
YAML
|
|
# =============================================
|
||
|
|
# 开发/测试环境配置 (Dev)
|
||
|
|
# 激活方式: -Dspring.profiles.active=dev
|
||
|
|
# =============================================
|
||
|
|
|
||
|
|
spring:
|
||
|
|
config:
|
||
|
|
import:
|
||
|
|
- nacos:common.yml?refreshEnabled=true
|
||
|
|
- nacos:safety-eval-service.yml
|
||
|
|
cloud:
|
||
|
|
nacos:
|
||
|
|
discovery:
|
||
|
|
server-addr: 192.168.20.100:8848
|
||
|
|
namespace: public
|
||
|
|
config:
|
||
|
|
server-addr: 192.168.20.100:8848
|
||
|
|
namespace: public
|
||
|
|
file-extension: yml
|
||
|
|
datasource:
|
||
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
|
url: jdbc:mysql://192.168.20.100:33080/jjb_saas_safety_eval?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||
|
|
username: root
|
||
|
|
password: Mysql@zcloud33080
|
||
|
|
redis:
|
||
|
|
host: 192.168.20.100
|
||
|
|
port: 6379
|
||
|
|
password: Zcloud@zcloud2026
|
||
|
|
database: 0
|
||
|
|
timeout: 10000
|
||
|
|
lettuce:
|
||
|
|
pool:
|
||
|
|
max-active: 8
|
||
|
|
max-idle: 8
|
||
|
|
min-idle: 0
|
||
|
|
max-wait: -1
|
||
|
|
|
||
|
|
dubbo:
|
||
|
|
protocol:
|
||
|
|
port: 20895
|
||
|
|
|
||
|
|
dragon:
|
||
|
|
gateway:
|
||
|
|
baseurl: http://192.168.20.100
|
||
|
|
res: http://192.168.20.100
|
||
|
|
is-system: 'false'
|
||
|
|
system-url: http://jjb-saas-system
|
||
|
|
|
||
|
|
mybatis-plus:
|
||
|
|
configuration:
|
||
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||
|
|
|
||
|
|
logging:
|
||
|
|
level:
|
||
|
|
org.qinan.safetyeval: debug
|