forked from gin/simple-template
refactor: change the windows path to the linux path
This commit is contained in:
@@ -84,7 +84,7 @@ spring:
|
||||
|
||||
logging:
|
||||
file:
|
||||
path: D:/logs/agileboot-dev
|
||||
path: /home/agileboot/logs/agileboot-dev
|
||||
|
||||
|
||||
springdoc:
|
||||
@@ -98,8 +98,8 @@ springdoc:
|
||||
|
||||
# 项目相关配置
|
||||
agileboot:
|
||||
# 文件基路径 示例( Windows配置D:\agileboot,Linux配置 /home/agileboot)
|
||||
file-base-dir: D:\agileboot
|
||||
# 文件基路径 示例(Linux配置 /home/agileboot)
|
||||
file-base-dir: /home/agileboot
|
||||
# 前端url请求转发前缀
|
||||
api-prefix: /dev-api
|
||||
demo-enabled: false
|
||||
|
||||
Reference in New Issue
Block a user