fix: adjustment port, 3030 change to 33030
This commit is contained in:
@@ -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