| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- server:
- port: 8080 #端口
- spring:
- cloud:
- # nacos
- nacos:
- discovery:
- register-enabled: true
- server-addr: nacos-server-hostname:8848
- username: nacos-test
- password: nacos-test
- namespace: ffd9f5b8-7150-4750-a51b-815f4e46c29c
- circuitbreaker:
- sentinel:
- enabled: true
- sentinel:
- enabled: true
- transport:
- dashboard: sentinel-hostname:8858
- port: 8719
- datasource:
- ds-flow-rules:
- nacos:
- server-addr: nacos-server-hostname:8848
- username: nacos-test
- password: nacos-test
- namespace: 81037616-96ae-412c-a060-a633ba9731b9
- group-id: SENTINEL_GROUP
- data-id: ${spring.application.name}-flow-rules
- rule-type: flow
- data-type: json
- # 数据库配置
- datasource:
- url: jdbc:mysql://${ENV_DEFAULT_MYSQL_SERVER_ADDR}/central?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
- username: root
- password: 123456
- # rabbitmq配置
- rabbitmq:
- host: rabbitmq-hostname
- port: 5672
- username: central-test
- password: 240203qqqQQQWER
- # redis配置
- redis:
- host: redis-hostname
- port: 6379
- database: 0
- password: HorO9496sCopE
- clientName: ${spring.application.name}-redis
- # 日志配置
- logging:
- level:
- com:
- atmob:
- central: debug
- config:
- product:
- mappings:
- - productPackageName: com.mtchatbotai.cbot
- packageName: com.mtwenxin.znzl
- appPlatform: 2
- - productPackageName: com.xingchat.muse
- packageName: com.writigmeow.xzm
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.yy.muse
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.xmyy.xing
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.xing.yy
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.meng.yy
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.xuno.aimusic.xm
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.xolo.myyy.xm
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.musie.xmai
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.yinli.star
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.qimiao.yy
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.xingmeng.yinyue1
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.jinqu.dashi
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.yinyue.he
- appPlatform: 1
- - productPackageName: com.xingchat.muse
- packageName: com.xingmeng.yinyue2
- appPlatform: 1
|