d
This commit is contained in:
@@ -27,12 +27,23 @@ database:
|
|||||||
name: omc_db
|
name: omc_db
|
||||||
backup: d:/local.git/ems.agt/restagent/database
|
backup: d:/local.git/ems.agt/restagent/database
|
||||||
|
|
||||||
# Redis 缓存数据
|
# Redis 缓存数据,数据源声明全小写
|
||||||
redis:
|
redis:
|
||||||
port: 6379
|
dataSource:
|
||||||
host: "192.168.4.228"
|
# OMC系统使用库
|
||||||
password: ""
|
default:
|
||||||
db: 0
|
port: 6379 # Redis port
|
||||||
|
host: "192.168.0.229" # Redis host
|
||||||
|
password: ""
|
||||||
|
db: 10 # Redis db_num
|
||||||
|
# UDM网元用户库
|
||||||
|
udmuser:
|
||||||
|
port: 6379 # Redis port
|
||||||
|
host: "192.168.0.229"
|
||||||
|
password: ""
|
||||||
|
db: 0 # Redis db_num
|
||||||
|
# 多个数据源时可以用这个指定默认的数据源
|
||||||
|
defaultDataSourceName: "default"
|
||||||
|
|
||||||
mml:
|
mml:
|
||||||
port: 4100
|
port: 4100
|
||||||
@@ -46,6 +57,7 @@ ne:
|
|||||||
etcdir: /usr/local/etc
|
etcdir: /usr/local/etc
|
||||||
bindir: /usr/local/bin
|
bindir: /usr/local/bin
|
||||||
omcdir: /usr/local/omc
|
omcdir: /usr/local/omc
|
||||||
|
scpdir: /tmp
|
||||||
licensedir: /usr/local/etc/{neType}/license
|
licensedir: /usr/local/etc/{neType}/license
|
||||||
|
|
||||||
# chk2ne: true/false, if put OmcNeConfig parameters to NE
|
# chk2ne: true/false, if put OmcNeConfig parameters to NE
|
||||||
@@ -64,11 +76,14 @@ omc:
|
|||||||
backup: ./backup
|
backup: ./backup
|
||||||
upload: ./upload
|
upload: ./upload
|
||||||
frontUpload: d:/local.git/fe.ems/upload
|
frontUpload: d:/local.git/fe.ems/upload
|
||||||
|
frontTraceDir: d:/local.git/fe.ems/trace
|
||||||
software: ./software
|
software: ./software
|
||||||
license: ./license
|
license: ./license
|
||||||
gtpUri: gtp:192.168.2.119:2152
|
gtpUri: gtp:192.168.2.119:2152
|
||||||
checkContentType: false
|
checkContentType: false
|
||||||
testMode: true
|
testMode: false
|
||||||
|
rbacMode: true
|
||||||
|
runDir:
|
||||||
|
|
||||||
# Alarm module setting
|
# Alarm module setting
|
||||||
# Forward interface:
|
# Forward interface:
|
||||||
@@ -97,6 +112,8 @@ auth:
|
|||||||
token: true
|
token: true
|
||||||
expires: 1800
|
expires: 1800
|
||||||
session: multiple
|
session: multiple
|
||||||
|
publicKey: ./etc/certs/omc_pub.key
|
||||||
|
privateKey: ./etc/certs/omc_pri.key
|
||||||
|
|
||||||
# Parameter for limit number
|
# Parameter for limit number
|
||||||
# rmuid_maxnum: the max number of rmUID, default: 50
|
# rmuid_maxnum: the max number of rmUID, default: 50
|
||||||
|
|||||||
Reference in New Issue
Block a user