fix: adjustment port, 3030 change to 33030
This commit is contained in:
@@ -9,7 +9,7 @@ logger:
|
||||
|
||||
omc:
|
||||
name: OMC01
|
||||
hosturi: http://127.0.0.1:3030
|
||||
hosturi: http://127.0.0.1:33030
|
||||
hostno: A001
|
||||
province: GD
|
||||
netabbr: HX
|
||||
|
||||
@@ -15,10 +15,10 @@ logger:
|
||||
rest:
|
||||
- ipv4: 0.0.0.0
|
||||
ipv6:
|
||||
port: 3030
|
||||
port: 33030
|
||||
- ipv4: 0.0.0.0
|
||||
ipv6:
|
||||
port: 3443
|
||||
port: 33443
|
||||
schema: https
|
||||
clientAuthType: 0
|
||||
caFile: /usr/local/omc/etc/certs/omc-ca.crt
|
||||
|
||||
@@ -23,7 +23,7 @@ logmml:
|
||||
# session: single/multiple session for one user
|
||||
sshd:
|
||||
listenAddr: 0.0.0.0
|
||||
listenPort: 2222
|
||||
listenPort: 22222
|
||||
privateKey: /usr/local/omc/.ssh/id_rsa
|
||||
maxConnNum: 20
|
||||
timeout: 1800
|
||||
@@ -39,7 +39,7 @@ database:
|
||||
name: omc_db
|
||||
|
||||
omc:
|
||||
httpUri: http://127.0.0.1:3030
|
||||
httpUri: http://127.0.0.1:33030
|
||||
userCrypt: bcrypt
|
||||
|
||||
ne:
|
||||
|
||||
Reference in New Issue
Block a user