blob: 2d79bf4558508961ffe768113ce32383e710d95e [file] [log] [blame]
Your Name695f6a62025-05-17 00:58:04 +08001spring:
2 application:
3 name: PtSite
4 mail:
5 host: smtp.qq.com
6 port: 465
7 username: 583398241@qq.com
8 password: feojrgbupvmxbbgi
9 protocol: smtps
10 properties:
11 mail.smtp.auth: true
12 mail.smtp.ssl.enable: true
13 mail.smtp.ssl.trust: smtp.qq.com
14 mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory
15
16 datasource:
17 driver-class-name: com.mysql.cj.jdbc.Driver
晓瑞223cae85b72025-05-30 01:09:40 +080018 url: jdbc:mysql://localhost:3306/llksh?useSSL=false&serverTimezone=Asia/Shanghai&characterEncoding=utf8
Your Name695f6a62025-05-17 00:58:04 +080019 username: root
晓瑞223cae85b72025-05-30 01:09:40 +080020 password: "wuxiaorui123"
Your Name695f6a62025-05-17 00:58:04 +080021 hikari:
22 maximum-pool-size: 10
23 minimum-idle: 5
24 idle-timeout: 600000
25 connection-timeout: 30000
26
27 elasticsearch:
28 rest:
29 uris: http://192.168.74.129:9200
30
31 servlet:
32 multipart:
33 enabled: true
34 max-file-size: 1024MB
35 max-request-size: 2048MB
36
37 # Redis配置(当前已注释)
38 # data:
39 # redis:
40 # host: 192.168.74.129
41 # port: 6379
42 # database: 0
43 # lettuce:
44 # pool:
45 # max-active: 8
46 # max-idle: 8
47 # min-idle: 0
48
49mybatis:
50 configuration:
51 log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
52 map-underscore-to-camel-case: true
53
54server:
55 port: 8080
56
57ark:
58 api:
59 key: 5c648105-9e49-4a78-a1b2-ee8fcc7c02ad
60