forked from TrueCloudLab/frostfs-dev-env
Add notification endpoint explicitly
Now node has default value for notification endpoint but it won't last forever, so it is better to set it up explicitly. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
d8670279e3
commit
e37c18b45f
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
NEOFS_MORPH_ENDPOINT=http://morph_chain:30333
|
NEOFS_MORPH_ENDPOINT=http://morph_chain:30333
|
||||||
|
NEOFS_MORPH_NOTIFICATION_ENDPOINT=ws://morph_chain:30333/ws
|
||||||
|
|
||||||
NEOFS_ACCOUNTING_SCRIPTHASH=fd5aa5078afdd2f0634636b217f82cb5e7e13258
|
NEOFS_ACCOUNTING_SCRIPTHASH=fd5aa5078afdd2f0634636b217f82cb5e7e13258
|
||||||
NEOFS_CONTAINER_SCRIPTHASH=a4aa1d4c91f94ddd65b02edf47aab39ba921dd8f
|
NEOFS_CONTAINER_SCRIPTHASH=a4aa1d4c91f94ddd65b02edf47aab39ba921dd8f
|
||||||
|
|
Loading…
Reference in a new issue