chore: 配置调整

This commit is contained in:
xiongxiaoyang
2022-05-17 08:47:28 +08:00
parent a02cb83cff
commit 2c1b8054e7
5 changed files with 46 additions and 12 deletions

View File

@ -42,6 +42,16 @@ spring:
config:
activate:
on-profile: dev
# JWT密钥
jwt:
secret: E66559580A1ADF48CDD928516062F12E
# 项目配置
novel:
# 跨域配置
cors:
# 允许跨域的域名
allow-origins:
- http://localhost:1024
- http://localhost:8080
# JWT密钥
jwt:
secret: E66559580A1ADF48CDD928516062F12E