perf: 构建工具调整
This commit is contained in:
@@ -38,11 +38,22 @@ webServer:
|
||||
certFile: ./build/linux/usr/local/etc/omc/certs/omc-web.crt
|
||||
keyFile: ./build/linux/usr/local/etc/omc/certs/omc-web.key
|
||||
|
||||
# 静态文件配置, 相对项目根路径或填绝对路径
|
||||
staticFile:
|
||||
# 默认资源,dir目录需要预先创建
|
||||
default:
|
||||
prefix: "/static"
|
||||
dir: "C:/usr/local/omc/static"
|
||||
# 文件上传资源目录映射,与项目目录同级
|
||||
upload:
|
||||
prefix: "/upload"
|
||||
dir: "C:/usr/local/omc/upload"
|
||||
|
||||
# data sources
|
||||
database:
|
||||
dataSource:
|
||||
# Default database instance
|
||||
default:
|
||||
standard:
|
||||
type: "mysql"
|
||||
host: "192.168.9.58"
|
||||
port: 13306
|
||||
@@ -56,7 +67,7 @@ database:
|
||||
database: "./local/omc_db.sqlite"
|
||||
logging: true
|
||||
# used to specify the default data source for multiple data resourece
|
||||
defaultDataSourceName: "default"
|
||||
defaultDataSourceName: "standard"
|
||||
|
||||
# Redis data cache
|
||||
redis:
|
||||
|
||||
Reference in New Issue
Block a user