chore: 移除过期配置
This commit is contained in:
parent
6efe1ad6f4
commit
29336855a5
@ -155,7 +155,7 @@ logging:
|
|||||||
path: ./logs
|
path: ./logs
|
||||||
|
|
||||||
--- ### 跨域配置
|
--- ### 跨域配置
|
||||||
continew-starter.cors:
|
continew-starter.web.cors:
|
||||||
enabled: true
|
enabled: true
|
||||||
# 配置允许跨域的域名
|
# 配置允许跨域的域名
|
||||||
allowed-origins: '*'
|
allowed-origins: '*'
|
||||||
|
@ -157,7 +157,7 @@ logging:
|
|||||||
path: ../logs
|
path: ../logs
|
||||||
|
|
||||||
--- ### 跨域配置
|
--- ### 跨域配置
|
||||||
continew-starter.cors:
|
continew-starter.web.cors:
|
||||||
enabled: true
|
enabled: true
|
||||||
# 配置允许跨域的域名
|
# 配置允许跨域的域名
|
||||||
allowed-origins:
|
allowed-origins:
|
||||||
|
@ -19,8 +19,6 @@ project:
|
|||||||
license:
|
license:
|
||||||
name: Apache-2.0
|
name: Apache-2.0
|
||||||
url: https://github.com/Charles7c/continew-admin/blob/dev/LICENSE
|
url: https://github.com/Charles7c/continew-admin/blob/dev/LICENSE
|
||||||
# 是否启用本地解析 IP 归属地
|
|
||||||
ip-addr-local-parse-enabled: true
|
|
||||||
|
|
||||||
--- ### 日志配置
|
--- ### 日志配置
|
||||||
continew-starter.log:
|
continew-starter.log:
|
||||||
|
Loading…
Reference in New Issue
Block a user