fix: config yaml

This commit is contained in:
2024-05-10 16:24:07 +08:00
parent c956746bf5
commit 632b40e137
2 changed files with 79 additions and 17 deletions

View File

@@ -3,20 +3,40 @@
# duration: rotation time with xx hours, example: 1/12/24 hours # duration: rotation time with xx hours, example: 1/12/24 hours
# count: rotation count of log, default is 30 rotation # count: rotation count of log, default is 30 rotation
logger: logger:
file: d:/local.git/be.ems/restagent/log/restagent-t.log file: d:/local.git/be.ems/restagent/log/restagent.log
level: trace level: trace
duration: 24 duration: 24
count: 2 count: 2
# rest agent listen ipv4/v6 and port, support multiple routines # rest agent listen ipv4/v6 and port, support multiple routines
# ip: 0.0.0.0 or ::0, support IPv4/v6 # ip: 0.0.0.0 or ::0, support IPv4/v6
# clientAuthType: 0:NoClientCert (default), 1:RequestClientCert, 2:RequireAnyClientCert,
# 3:VerifyClientCertIfGiven, 4:RequireAndVerifyClientCerts
rest: rest:
- ipv4: 0.0.0.0 - ipv4: 0.0.0.0
ipv6: ipv6:
port: 33030 port: 33030
- ipv4: 0.0.0.0 - ipv4: 0.0.0.0
ipv6: ipv6:
port: 36060 port: 33443
scheme: https
clientAuthType: 0
caFile: ./etc/certs/omc-ca.crt
certFile: ./etc/certs/omc-server.crt
keyFile: ./etc/certs/omc-server.key
webServer:
enabled: false
rootDir: d:/local.git/fe.ems.vue3/dist
listen:
- addr: :80
schema: http
- addr: :443
scheme: https
clientAuthType: 0
caFile: ./etc/certs/omc-ca.crt
certFile: ./etc/certs/omc-server.crt
keyFile: ./etc/certs/omc-server.key
database: database:
type: mysql type: mysql
@@ -25,6 +45,7 @@ database:
host: 127.0.0.1 host: 127.0.0.1
port: 33066 port: 33066
name: omc_db name: omc_db
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 缓存数据,数据源声明全小写
@@ -33,25 +54,34 @@ redis:
# OMC系统使用库 # OMC系统使用库
default: default:
port: 6379 # Redis port port: 6379 # Redis port
host: "192.168.2.166" # Redis host host: "192.168.2.219" # Redis host
password: "" password: "123456"
db: 10 # Redis db_num db: 10 # Redis db_num
# UDM网元用户库 # UDM网元用户库
udmuser: udmuser:
port: 6379 # Redis port port: 6379 # Redis port
host: "192.168.2.166" host: "192.168.2.219"
password: "" password: "123456"
db: 0 # Redis db_num db: 0 # Redis db_num
# 多个数据源时可以用这个指定默认的数据源 # 多个数据源时可以用这个指定默认的数据源
defaultDataSourceName: "default" defaultDataSourceName: "default"
# sleep: time delay for after write buffer (millisecond)
# deadLine: timeout for io read and write (second)
mml: mml:
port: 4100 port: 4100
port2: 5002
sleep: 200 sleep: 200
deadLine: 10
sizeRow: 100
sizeCol: 128
bufferSize: 65535
user: admin user: admin
password: admin password: admin
mmlHome: ./mmlhome mmlHome: ./mmlhome
upload: /home/agtuser
# NE config
ne: ne:
user: root user: root
etcdir: /usr/local/etc etcdir: /usr/local/etc
@@ -59,6 +89,13 @@ ne:
omcdir: /usr/local/omc omcdir: /usr/local/omc
scpdir: /tmp scpdir: /tmp
licensedir: /usr/local/etc/{neType}/license licensedir: /usr/local/etc/{neType}/license
# backup etc list of IMS,no space
etcListIMS: '{*.yaml,mmtel,vars.cfg}'
etcListDefault: '{*.yaml,*.conf,*.cfg}'
# true/false to overwrite config file when dpkg ne software
dpkgOverwrite: false
# dpkg timeout (second)
dpkgTimeout: 180
# chk2ne: true/false, if put OmcNeConfig parameters to NE # chk2ne: true/false, if put OmcNeConfig parameters to NE
omc: omc:
@@ -71,42 +108,55 @@ omc:
vendor: "" vendor: ""
dn: 4600 dn: 4600
chk2ne: false chk2ne: false
sn: 13750650 sn: "-"
checksign: false checksign: false
rootDir: ./
binDir: ./bin
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 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.219:2152
checkContentType: false checkContentType: false
testMode: false testMode: false
rbacMode: true rbacMode: true
runDir: runDir:
cmdTimeout: 120
# Alarm module setting # Alarm module setting
# Forward interface: # Forward interface:
# email/sms # email/sms
# smProxy: sms(Short Message Service)/smsc(SMS Centre)
alarm: alarm:
forwardAlarm: true forwardAlarm: true
email: email:
smtp: smtp@xxx.com.cn smtp: mail.agrandtech.com
port: 25 port: 25
user: smtpuser user: smtpext@agrandtech.com
password: smtpuser@omc password: "1000smtp@omc!"
# TLS skip verify: true/false
tlsSkipVerify: true
smProxy: smsc
sms: sms:
apiURL: http://smsc.xxx.com.cn/ apiURL: http://smsc.xxx.com/
accessKeyID: xxxx accessKeyID: xxxx
accessKeySecret: xxxx accessKeySecret: xxxx
signName: xxx SMSC signName: xxx SMSC
templateCode: 1000 templateCode: 1000
smsc:
addr: "192.168.13.114:2775"
systemID: "omc"
password: "omc123"
systemType: "UTRAN"
#User authorized information #User authorized information
# crypt: mysql/md5/bcrypt # crypt: mysql/md5/bcrypt
# token: true/false to check accessToken # token: true/false to check accessToken
# expires for session, unit: second # expires for session, unit: second
# Support single/multiple session of user # Support single/multiple session of user
#
auth: auth:
crypt: bcrypt crypt: bcrypt
token: true token: true
@@ -129,6 +179,18 @@ params:
subidmaxnum: 20 subidmaxnum: 20
urimaxlen: 2100000 urimaxlen: 2100000
rmuidregexp: "[0-9]{4}[A-Z]{2}[A-Z]{2}[0-9A-Z]{1}[0-9A-Z]{3}[0-9A-Z]{1,16}" rmuidregexp: "[0-9]{4}[A-Z]{2}[A-Z]{2}[0-9A-Z]{1}[0-9A-Z]{3}[0-9A-Z]{1,16}"
testConfig: testConfig:
enabled: true enabled: true
file: ./etc/testconfig.yaml file: ./etc/testconfig.yaml
# 静态文件配置, 相对项目根路径或填绝对路径
staticFile:
# 默认资源dir目录需要预先创建
default:
prefix: "/static"
dir: "./static"
# 文件上传资源目录映射,与项目目录同级
upload:
prefix: "/upload"
dir: "./upload"

View File

@@ -18,7 +18,7 @@ rest:
port: 33040 port: 33040
- ipv4: 0.0.0.0 - ipv4: 0.0.0.0
ipv6: ipv6:
port: 33443 port: 34443
scheme: https scheme: https
clientAuthType: 0 clientAuthType: 0
caFile: ./etc/certs/omc-ca.crt caFile: ./etc/certs/omc-ca.crt