feat: OMC参数配置添加NE信令跟踪服务开关
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user