detect / application.properties
lukehuang6666's picture
Upload 7 files
4d944f2 verified
Raw
History Blame Contribute Delete
764 Bytes
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/procedure?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=123456
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# 洗手/沾尘后端(handwash-show)
server.address=0.0.0.0
server.port=8082
mybatis.type-aliases-package=com.ofilm.procedure.handwashshow.model
mybatis.mapper-locations=classpath*:mapper/*.xml
mybatis.configuration.map-underscore-to-camel-case=true
app.websocket.allowed-origins=*
app.summary.push-ms=5000
logging.level.com.ofilm.procedure=INFO
# 回放文件声明:回放 MP4 在算法端,本 Web 端不存储 clips,也不对外提供 /clips/
clip.base-dir=
clip.retention-days=7