2025-09-26 00:29:15 +08:00
|
|
|
spring.application.name=Light
|
2025-09-29 00:10:22 +08:00
|
|
|
server.port=443
|
|
|
|
|
2025-10-17 23:21:29 +08:00
|
|
|
server.ssl.enabled=true
|
|
|
|
server.ssl.key-store-type=JKS
|
|
|
|
server.ssl.key-store=/etc/ssl/certs/www.doubleyin.cn.jks
|
|
|
|
server.ssl.key-store-password=${KEY_STORE_PASSWORD}
|
2025-09-26 00:29:15 +08:00
|
|
|
|
|
|
|
spring.datasource.url=jdbc:mysql://115.190.121.151:3306/light_delivery?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
|
|
|
spring.datasource.username=double
|
|
|
|
spring.datasource.password=Hu@ng1998!
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
|
|
spring.jpa.show-sql=true
|
|
|
|
spring.jpa.properties.hibernate.format_sql=true
|
|
|
|
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect
|
|
|
|
|
|
|
|
spring.datasource.hikari.maximum-pool-size=10
|
|
|
|
spring.datasource.hikari.minimum-idle=2
|
|
|
|
spring.datasource.hikari.connection-timeout=30000
|
|
|
|
spring.datasource.hikari.idle-timeout=600000
|
|
|
|
spring.datasource.hikari.max-lifetime=1800000
|
|
|
|
|
|
|
|
wx.appId=wx1b790fd953ac27bf
|
|
|
|
wx.secret=b38c40c89cc4954472fb45d1e7cc27a4
|
|
|
|
wx.token=huang1998
|
|
|
|
wx.aesKey=lwararkj1BgurX8Qown6yjGNsqd8dEIEddDnYN3iLgc
|
|
|
|
|
|
|
|
wx.api.access-token-url=https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential
|
|
|
|
wx.api.code2session-url=https://api.weixin.qq.com/sns/jscode2session
|
|
|
|
|
2025-09-29 00:10:22 +08:00
|
|
|
logging.level.com.light.delivery=INFO
|
2025-09-26 00:29:15 +08:00
|
|
|
|
2025-10-15 20:42:49 +08:00
|
|
|
jwt.secret=CRMO1KEF/YP07zoV8+X1F3/DfkvksgPUs6tdLRR8urWCEBPMEO+5nt50xRkRl8JBJursSnvv++qylsaz5zryuA==
|
2025-10-14 20:32:28 +08:00
|
|
|
jwt.expiration=86400
|
|
|
|
|
|
|
|
management.endpoints.web.exposure.include=health,info
|
|
|
|
management.endpoint.health.show-details=always
|