feat(N/A): 修改dev环境的 allowed-origins配置

This commit is contained in:
guo
2025-10-26 11:40:13 +08:00
parent 1dcff5d811
commit f9f1ffe183
+19
View File
@@ -0,0 +1,19 @@
spring:
# 配置数据库
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://mysql8:3306/learning_progress_tracker?allowPublicKeyRetrieval=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2B8
username: root
password: GUOxy5157
server:
port: 5157
cors:
allowed-origins:
- http://192.168.123.199:5157
- http://39.105.149.197:8115
- https://lpt.cat-shark.xyz
sa-token:
cookie:
secure: true