fix: 配置文件修改

This commit is contained in:
TsMask
2025-03-26 16:19:45 +08:00
parent bbc2fdafcb
commit 9ffb07bbfd
2 changed files with 4 additions and 69 deletions

View File

@@ -18,11 +18,11 @@ logger:
# rest agent listen ipv4/v6 and port, support multiple routines
# ip: 0.0.0.0 or ::0, support IPv4/v6
rest:
- ipv4: "0.0.0.0"
- ipv4: 0.0.0.0
ipv6: ""
port: 33030
schema: http
- ipv4: "0.0.0.0"
- ipv4: 0.0.0.0
ipv6: ""
port: 33443
schema: https
@@ -33,9 +33,9 @@ webServer:
enabled: true
rootDir: /usr/local/etc/omc/web
listen:
- addr: "0.0.0.0:80"
- addr: 0.0.0.0:80
schema: http
- addr: "0.0.0.0:443"
- addr: 0.0.0.0:443
schema: https
certFile: /usr/local/etc/omc/certs/omc-web.crt
keyFile: /usr/local/etc/omc/certs/omc-web.key