Files
smart_venue/oms/src/main/resources/config/application-production.yml
2023-12-06 10:00:43 +08:00

21 lines
410 B
YAML

spring:
datasource:
url: jdbc:mysql://127.0.0.1:3306/smart_venue?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&serverTimezone=GMT%2b8&useAffectedRows=true
username: root
password: hyty1234
redis:
host: 127.0.0.1
password:
timeout: 6000
port: 6379
jpa:
show-sql: true
sv:
file:
store:
image: image/
video: video/
health: health-docs/