forked from TrueCloudLab/frostfs-node
[#1053] config: Remove notification endpoints
Missed this in #1170. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
ee27c66952
commit
6358f4d746
2 changed files with 0 additions and 16 deletions
|
@ -50,14 +50,6 @@ object:
|
||||||
|
|
||||||
morph:
|
morph:
|
||||||
rpc_endpoint:
|
rpc_endpoint:
|
||||||
- https://rpc1.morph.fs.neo.org:40341
|
|
||||||
- https://rpc2.morph.fs.neo.org:40341
|
|
||||||
- https://rpc3.morph.fs.neo.org:40341
|
|
||||||
- https://rpc4.morph.fs.neo.org:40341
|
|
||||||
- https://rpc5.morph.fs.neo.org:40341
|
|
||||||
- https://rpc6.morph.fs.neo.org:40341
|
|
||||||
- https://rpc7.morph.fs.neo.org:40341
|
|
||||||
notification_endpoint:
|
|
||||||
- wss://rpc1.morph.fs.neo.org:40341/ws
|
- wss://rpc1.morph.fs.neo.org:40341/ws
|
||||||
- wss://rpc2.morph.fs.neo.org:40341/ws
|
- wss://rpc2.morph.fs.neo.org:40341/ws
|
||||||
- wss://rpc3.morph.fs.neo.org:40341/ws
|
- wss://rpc3.morph.fs.neo.org:40341/ws
|
||||||
|
|
|
@ -3,14 +3,6 @@ logger:
|
||||||
|
|
||||||
morph:
|
morph:
|
||||||
rpc_endpoint:
|
rpc_endpoint:
|
||||||
- https://rpc01.morph.testnet.fs.neo.org:51331
|
|
||||||
- https://rpc02.morph.testnet.fs.neo.org:51331
|
|
||||||
- https://rpc03.morph.testnet.fs.neo.org:51331
|
|
||||||
- https://rpc04.morph.testnet.fs.neo.org:51331
|
|
||||||
- https://rpc05.morph.testnet.fs.neo.org:51331
|
|
||||||
- https://rpc06.morph.testnet.fs.neo.org:51331
|
|
||||||
- https://rpc07.morph.testnet.fs.neo.org:51331
|
|
||||||
notification_endpoint:
|
|
||||||
- wss://rpc01.morph.testnet.fs.neo.org:51331/ws
|
- wss://rpc01.morph.testnet.fs.neo.org:51331/ws
|
||||||
- wss://rpc02.morph.testnet.fs.neo.org:51331/ws
|
- wss://rpc02.morph.testnet.fs.neo.org:51331/ws
|
||||||
- wss://rpc03.morph.testnet.fs.neo.org:51331/ws
|
- wss://rpc03.morph.testnet.fs.neo.org:51331/ws
|
||||||
|
|
Loading…
Reference in a new issue