fix: 本地开发配置
This commit is contained in:
@@ -24,19 +24,19 @@ rest:
|
||||
ipv6: ""
|
||||
port: 33443
|
||||
schema: https
|
||||
certFile: ./build/linux/usr/local/etc/omc/certs/omc-server.crt
|
||||
keyFile: ./build/linux/usr/local/etc/omc/certs/omc-server.key
|
||||
certFile: ./local/certs/omc-server.crt
|
||||
keyFile: ./local/certs/omc-server.key
|
||||
|
||||
webServer:
|
||||
enabled: false
|
||||
rootDir: ./build/linux/usr/local/etc/omc/web
|
||||
rootDir: ./local/web
|
||||
listen:
|
||||
- addr: "0.0.0.0:80"
|
||||
schema: http
|
||||
- addr: "0.0.0.0:443"
|
||||
schema: https
|
||||
certFile: ./build/linux/usr/local/etc/omc/certs/omc-web.crt
|
||||
keyFile: ./build/linux/usr/local/etc/omc/certs/omc-web.key
|
||||
certFile: ./local/certs/omc-web.crt
|
||||
keyFile: ./local/certs/omc-web.key
|
||||
|
||||
# 静态文件配置, 相对项目根路径或填绝对路径
|
||||
staticFile:
|
||||
|
||||
Reference in New Issue
Block a user