Files
lpt-be/src/main/resources/application-prod.yml
T
2025-10-08 23:06:08 +08:00

20 lines
483 B
YAML

spring:
# 配置数据库
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://lpt-prod-mysql8:3306/lpt_prod?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: GUOxy.5157
server:
port: 5157
cors:
allowed-origins:
- http://192.168.123.199:5158
- http://39.105.149.197:8115
- https://lpt.cat-shark.xyz
sa-token:
cookie:
secure: true