1
0

fix: 自定义的url不能api开头哦

This commit is contained in:
TsMask
2023-10-16 20:12:45 +08:00
parent 05c7e9b9e8
commit 5f5a2e2e9e
2 changed files with 6 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ ne:
# chk2ne: true/false, if put OmcNeConfig parameters to NE # chk2ne: true/false, if put OmcNeConfig parameters to NE
omc: omc:
uriPrefix: "/api/rest/oam" uriPrefix: "/omc/rest"
neType: OMC neType: OMC
neId: 001 neId: 001
rmUID: 4400HX101 rmUID: 4400HX101

View File

@@ -37,13 +37,10 @@ webServer:
database: database:
type: mysql type: mysql
user: root user: root
# password: 1000omc@kp! password: 1000omc@kp!
# host: "192.168.2.119" host: "192.168.0.229"
# port: 33066 port: 33066
password: "root@1234" name: "omc_db_dev"
host: "192.168.30.244"
port: 3306
name: omc_db
backup: d:/local.git/ems.agt/restagent/database backup: d:/local.git/ems.agt/restagent/database
# Redis 缓存数据,数据源声明全小写 # Redis 缓存数据,数据源声明全小写
@@ -82,7 +79,7 @@ ne:
# chk2ne: true/false, if put OmcNeConfig parameters to NE # chk2ne: true/false, if put OmcNeConfig parameters to NE
omc: omc:
uriPrefix: /api/rest/oam uriPrefix: "/omc/rest"
neType: OMC neType: OMC
neId: 001 neId: 001
rmUID: 4400HX101 rmUID: 4400HX101