feat: OMC参数配置添加NE信令跟踪服务开关

This commit is contained in:
TsMask
2025-05-30 14:10:43 +08:00
parent 72ffd848d7
commit 1f2a2b687d
10 changed files with 162 additions and 49 deletions

View File

@@ -12,11 +12,11 @@ serverVersion: "std"
server:
- ipv4: "0.0.0.0"
ipv6: ""
port: 33040
port: 33040 # http listen port
schema: http
- ipv4: "0.0.0.0"
ipv6: ""
port: 33443
port: 33443 # https listen port
schema: https
certFile: ./local/certs/www.omc.net.crt
keyFile: ./local/certs/www.omc.net.key
@@ -24,7 +24,7 @@ server:
# web service configuration
# if you are using nginx to take over, you can disable the
webServer:
enabled: false
enabled: false # web server enabled, default false
rootDir: ./local/web
listen:
- addr: "0.0.0.0:80"
@@ -34,11 +34,12 @@ webServer:
certFile: ./local/certs/www.omc.net.crt
keyFile: ./local/certs/www.omc.net.key
# track configuration for NE
# track configuration for NE signaling trace
# host fill in the specific IP address
trace:
enabled: true
host: "192.168.5.58" # fill in the specific IP address
port: 33033
enabled: true # trace enabled, default false
host: "192.168.5.58" # trace host, default 127.0.0.1
port: 33033 # trace port, default 33033
# data sources
database: