mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-16 06:57:12 +08:00
refactor: 优化部分配置及工具类使用,适配最新 ContiNew Starter
IpUtils 已经提取到 ContiNew Starter
This commit is contained in:
@@ -220,8 +220,8 @@ local-storage:
|
||||
avatarMaxSizeInMb: 5
|
||||
## Windows 系统本地存储配置
|
||||
windows:
|
||||
file: C:\${project.appName}\data\file\
|
||||
avatar: C:\${project.appName}\data\avatar\
|
||||
file: C:\${project.app-name}\data\file\
|
||||
avatar: C:\${project.app-name}\data\avatar\
|
||||
## Linux 系统本地存储配置
|
||||
linux:
|
||||
file: ./data/file/
|
||||
|
||||
Reference in New Issue
Block a user