fix: 自定义的url不能api开头哦
This commit is contained in:
@@ -79,7 +79,7 @@ ne:
|
||||
|
||||
# chk2ne: true/false, if put OmcNeConfig parameters to NE
|
||||
omc:
|
||||
uriPrefix: "/api/rest/oam"
|
||||
uriPrefix: "/omc/rest"
|
||||
neType: OMC
|
||||
neId: 001
|
||||
rmUID: 4400HX101
|
||||
|
||||
@@ -37,13 +37,10 @@ webServer:
|
||||
database:
|
||||
type: mysql
|
||||
user: root
|
||||
# password: 1000omc@kp!
|
||||
# host: "192.168.2.119"
|
||||
# port: 33066
|
||||
password: "root@1234"
|
||||
host: "192.168.30.244"
|
||||
port: 3306
|
||||
name: omc_db
|
||||
password: 1000omc@kp!
|
||||
host: "192.168.0.229"
|
||||
port: 33066
|
||||
name: "omc_db_dev"
|
||||
backup: d:/local.git/ems.agt/restagent/database
|
||||
|
||||
# Redis 缓存数据,数据源声明全小写
|
||||
@@ -82,7 +79,7 @@ ne:
|
||||
|
||||
# chk2ne: true/false, if put OmcNeConfig parameters to NE
|
||||
omc:
|
||||
uriPrefix: /api/rest/oam
|
||||
uriPrefix: "/omc/rest"
|
||||
neType: OMC
|
||||
neId: 001
|
||||
rmUID: 4400HX101
|
||||
|
||||
Reference in New Issue
Block a user