fix: 配置文件修改
This commit is contained in:
@@ -13,11 +13,11 @@ logger:
|
|||||||
# clientAuthType: 0:NoClientCert (default), 1:RequestClientCert, 2:RequireAnyClientCert,
|
# clientAuthType: 0:NoClientCert (default), 1:RequestClientCert, 2:RequireAnyClientCert,
|
||||||
# 3:VerifyClientCertIfGiven, 4:RequireAndVerifyClientCerts
|
# 3:VerifyClientCertIfGiven, 4:RequireAndVerifyClientCerts
|
||||||
rest:
|
rest:
|
||||||
- ipv4: "0.0.0.0"
|
- ipv4: 0.0.0.0
|
||||||
ipv6: ""
|
ipv6:
|
||||||
port: 33030
|
port: 33040
|
||||||
- ipv4: "0.0.0.0"
|
- ipv4: 0.0.0.0
|
||||||
ipv6: ""
|
ipv6:
|
||||||
port: 33443
|
port: 33443
|
||||||
schema: https
|
schema: https
|
||||||
clientAuthType: 0
|
clientAuthType: 0
|
||||||
|
|||||||
@@ -1,4 +1,2 @@
|
|||||||
# host user password
|
# host user password
|
||||||
# Example: 172.16.5.100 omcuser password
|
# Example: 172.16.5.100 omcuser password
|
||||||
|
|
||||||
127.0.0.1 new_user password
|
|
||||||
|
|||||||
Reference in New Issue
Block a user