123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- slibra:
-
- name: Slibra
-
- version: 3.8.6
-
- copyrightYear: 2023
-
- demoEnabled: true
-
- profile: D:/uploadPath
-
- addressEnabled: false
-
- captchaType: math
- server:
-
- port: 8001
- servlet:
-
- context-path: /
- tomcat:
-
- uri-encoding: UTF-8
-
- accept-count: 1000
- threads:
-
- max: 800
-
- min-spare: 100
- logging:
- level:
- com.slibra: debug
- org.springframework: warn
- user:
- password:
-
- maxRetryCount: 5
-
- lockTime: 10
- spring:
-
- messages:
-
- basename: i18n/messages
- profiles:
- active: local
- thymeleaf:
- mode: HTML
- cache: true
- prefix: classpath:/templates/
- encoding: UTF-8
- suffix: .html
- check-template-location: true
- template-resolver-order: 1
-
- servlet:
- multipart:
-
- max-file-size: 10MB
-
- max-request-size: 20MB
-
- devtools:
- restart:
-
- enabled: true
-
- redis:
-
- host: 10.0.0.24
-
- port: 6379
-
- database: 1
-
- password: ^YHN&UJM
-
- timeout: 10s
- lettuce:
- pool:
-
- min-idle: 0
-
- max-idle: 8
-
- max-active: 8
-
- max-wait: -1ms
- token:
-
- header: Authorization
-
- secret: abcdefghijklmnopqrstuvwxyz
-
- expireTime: 1440000000
-
- port: port
- mybatis-plus:
-
- mapper-locations: classpath*:mapper/**/*Mapper.xml
-
- type-aliases-package: com.slibra.**.domain
-
-
-
-
-
-
- checkConfigLocation : true
-
-
-
-
-
-
-
- configuration:
-
- map-underscore-to-camel-case: true
-
-
-
-
-
-
- jdbc-type-for-null: null
- log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
-
- global-config:
-
- banner: true
- db-config:
-
- id-type: auto
-
- table-underline: true
-
- pagehelper:
- helperDialect: mysql
- supportMethodsArguments: true
- params: count=countSql
- swagger:
-
- enabled: true
-
- pathMapping: /dev-api
- xss:
-
- enabled: true
-
- excludes: /system/notice
-
- urlPatterns: /system/*,/monitor/*,/tool/*
- application:
- ali-cloud:
- enable-sms: true
- access-key-id: LTAI5tMYjV29Hy1XKn3d79YD
- access-key-secret: 48we5KZdx9Bu2OiJ9hmXhQTf2aCut0
- sign-name: 伏羲碳惠交易平台
- templateCooperation: SMS_264860508
- templateCodeMessage: SMS_461080515
- templateSysRegistPassed: SMS_461065541
- templateRegistPassed: SMS_461025520
- templateRegistUnpassed: SMS_460935564
- templateAccountFreezed: SMS_264190885
- templateAccountUnfreezed: SMS_264030916
- templateAccountReset: SMS_264030920
- templateRegistBuyer: SMS_462425424
- plat-bank-account:
- user-id: 1
- account-name: 碳交易平台银行账号
- account-number: 1234567891234567
- issuing-bank: 平台开会行
- inter-bank-number: 银联号
- issuing-address: 开户行地址
- tempPath: ./trade/tmp/
- uploadPath: ./upload/
- ecspUploadPath: ../clibra/upload/
- oss:
- qiniu:
- url: https://static.fuxicarbon.com
- accessKey: z7EU9DhXbF9Y0J462Qmo8a8HvCOu5KUhR3PiGN-9
- secretKey: t6LGwyfl4gFbckQtyk2QUYW1162u5e7oZh9Ixsnd
- bucketName: fuxicarbon
- big-model:
- ip: 10.0.0.24
- port: 27070
- temperature: 0.7
- topP: 0.7
- log:
- logPath: /home/intelligent-voice/logs
|