| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- 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}/pet?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
- data:
- # mongodb 配置
- mongodb:
- host: ${ENV_DEFAULT_MONGODB_SERVER_HOST}
- port: ${ENV_DEFAULT_MONGODB_SERVER_PORT}
- database: central
- username: central
- password: "central0729"
- # 日志配置
- logging:
- level:
- com:
- atmob:
- central: debug
- tencent:
- cloud:
- cos:
- secretId: AKIDkJbcBds6DAybJtEI6j8G9rNkvqgKl061
- secretKey: pSqyqa7NN6ZmkRbZIn10lgQwDEySpz1r
- bucketName: horoscope-1255984948
- cdnHost: http://cdn.atmob.com
- config:
- image:
- apiUrl: https://aip.baidubce.com
- appId: 6167880
- apiKey: vjvdkefinX34hVzGMdp6Nq2z
- secretKey: nwQDRlZ5xR8QljUI81roHpxQRDSSZ9IE
- score: 0.5
|