123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- spring:
- autoconfigure:
-
- exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- dynamic:
- primary: master
- datasource:
- master:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://10.150.10.139:3306/tl?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&autoReconnect=true&failOverReadOnly=false
- username: root
- password: Zwr~-f6H,u6QE^]C-AD_
- redis:
- database: 10
- host: 10.150.10.139
- port: 6379
- password: wa3re~86Hu&ifniyM
- timeout: 36000ms
- jedis:
- pool:
- max-active: 1000
- max-wait: -1ms
- max-idle: 10
- min-idle: 5
- logging:
- level:
- org.camunda: debug
- timetable:
- summer-start: 05-01
- summer-end: 09-30
- winter-start: 10-01
- winter-end: 04-30
- mqtt:
- username: root
- password: qwe123QWE
- server: tcp://8.142.26.206:1883
- qos: 1
- xjrsoft:
- oss:
-
- cloud-type: minio
- access-key: ycbx
- secret-key: qwe123QWE
- endpoint: https://test.minio.yingcaibx.com
- endpoint-preview: https://test.minio.yingcaibx.com
- bucket-name: learun
- prefix: xjr
- generate:
- webPath: E:\code\font\xjrsoft-vue3
- appPath: E:\code\uniapp\xjrsoft-uni
- common:
- druid-account: admin
- druid-password: admin
- default-password: "000000"
- domain-api: http://127.0.0.1:9000/api
- domain-web: http://127.0.0.1:9000
- white-list:
- - 192.168.0.139
- exclude-urls:
- - /favicon.ico
- - /webjars/**
- - /swagger-resources/**
- - /v2/api-docs
- - /doc.html
- - /druid/**
- - /ureport/**
- - /system/captcha
- - /system/imgcaptcha
- - /system/loginCaptcha
- - /system/login
- - /system/logout
- - /camunda/**
- - /language/**
- - /${magic-api.web}/**
- - /${magic-api.prefix}/**
- - /bi/project/info
- - /system/loginByCode
- - /organization/user/register
- - /oauth2/*
- - /system/bindOpenid
- email:
- host:
- port:
- auth: true
- from:
- user:
- pass:
- enterpriseWeChat:
- corpid: ww00ce9acc4f193f18
- secret: 02YXuJw_vYYJiDQvG-eKlXCUTDAaAJ1z7m9t8_hqoa0
- secret1: z3R17Od4ROW1zPisguiQmTfx0NvcYKmoIu19-82vdtU
- agentid: 1000003
- mpWeChat:
- appKey: wx93175d7fe68cd170
- appSecret: 4bab1c5ccd9d4d1d7854464d7251becf
- appletWeChat:
- appKey: wx72e974483a9174e4
- appSecret: 3bbe99f6964c9f4fc11a8aa1224ac4b3
- dingtalk:
- appKey: dingaex2gok1rllumlqs
- appSecret: Nv2pe-UoR0Z_Iw8d29laZfL3kH6ElmhZpRdPwI7SvmKJmaCI29qCrSlFEiMM88MB
- ureport:
- account: xjrsoft
- password: 123456
- keycloak:
- url: http://192.168.0.221:12829/auth/
- realm: test
- client-id: tzx-java
- secret: yo5kPZlHgmodz4vVASH61zq8i6gMhkk2
- user-name: tzx
- password: "000000"
- payload: code
- chatgpt:
- proxy-type: 0
- proxy: 192.168.0.220
- port: 1081
- api-key: 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
-
- max-tokens: 4000
-
-
-
- sms:
- platform: HW_CLOUD
- captcha-sender: 8823053028920
- captcha-template-id: 97c6fcf9fd0149b39c0ed0e53480116f
- notify-sender: 8823053111843
- notify-template-id: d424de0f2a9244ac9d2f2685cd158635
- circulated-sender: 8823053111843
- circulated-template-id: 5c179070a72447c79568ac22371be803
- timeout-sender: 8823053111843
- timeout-template-id: 5c179070a72447c79568ac22371be803
- ctccsms:
- app-key: 105649
- app-secret: c3868470891526d9
- signature: "【重庆市铜梁职业教育中心】"
- license:
- enabled: false
- login-max: 100
- start-time: 2023-07-01 00:00:00
- end-time: 2023-07-03 17:00:00
- company-name: xxx
- contact-number: xxx
- sms:
- huawei:
-
- appKey: 69s6YyLsrLgWW99BJ5K1K26WiF29
-
- app-secret: RuE1YajkI6FC4Gh2WjVtOpychRGL
-
- signature: 湘北智造
-
- sender: 8823053028920
-
- template-id: 97c6fcf9fd0149b39c0ed0e53480116f
-
- statusCallBack:
-
- url: https://smsapi.cn-north-4.myhuaweicloud.com:443
|