feat: 跟踪任务配置开关

This commit is contained in:
TsMask
2024-09-20 17:21:01 +08:00
parent ee2cff7208
commit 845d8453ed
2 changed files with 16 additions and 4 deletions

View File

@@ -80,6 +80,12 @@ mml:
password: admin password: admin
mmlHome: ./mmlhome mmlHome: ./mmlhome
# Tracking configuration
trace:
enabled: true
host: "172.16.5.100" # Fill in the specific IP address
port: 33033
# NE config # NE config
ne: ne:
user: omcuser user: omcuser

View File

@@ -45,22 +45,22 @@ database:
connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True connParam: charset=utf8mb4&collation=utf8mb4_general_ci&parseTime=True&interpolateParams=True
backup: d:/local.git/be.ems/restagent/database backup: d:/local.git/be.ems/restagent/database
# Redis 缓存数据,数据源声明全小写 # Redis data cache
redis: redis:
dataSource: dataSource:
# OMC系统使用库 # OMC system db
default: default:
port: 6379 # Redis port port: 6379 # Redis port
host: "127.0.0.1" # Redis host host: "127.0.0.1" # Redis host
password: "helloearth" password: "helloearth"
db: 10 # Redis db_num db: 10 # Redis db_num
# UDM网元用户库 # UDM sub/auth db
udmuser: udmuser:
port: 6379 # Redis port port: 6379 # Redis port
host: "127.0.0.1" host: "127.0.0.1"
password: "helloearth" password: "helloearth"
db: 0 # Redis db_num db: 0 # Redis db_num
# 多个数据源时可以用这个指定默认的数据源 # used to specify the default data source for multiple data resourece
defaultDataSourceName: "default" defaultDataSourceName: "default"
# sleep: time delay for after write buffer (millisecond) # sleep: time delay for after write buffer (millisecond)
@@ -77,6 +77,12 @@ mml:
password: admin password: admin
mmlHome: ./mmlhome mmlHome: ./mmlhome
# Tracking configuration
trace:
enabled: true
host: "172.16.5.100" # Fill in the specific IP address
port: 33033
# NE config # NE config
ne: ne:
user: omcuser user: omcuser