mirror of
https://github.com/201206030/novel.git
synced 2025-07-06 21:16:38 +00:00
chore: 配置调整
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user