frostfs-node/config/mainnet
Evgenii Stratonikov e976a55358 config: replace `use_write_cache` with `writecache.enabled`
This is the way things are done with `grpc.tls` and in neo-go.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2022-01-27 16:44:56 +03:00
..
README.md [#1027] Add NeoFS contract address in N3 Mainnet 2021-12-09 16:58:02 +03:00
config.yml config: replace `use_write_cache` with `writecache.enabled` 2022-01-27 16:44:56 +03:00

README.md

N3 Mainnet Storage node configuration

Here is the template for simple storage node configuration in N3 Mainnet. Make sure to specify correct values instead of <...> placeholders. Do not change contracts section. Run latest neofs-node release with fixed config neofs-node -c config.yml

To use NeoFS in the Mainnet you need to deposit assets to NeoFS contract. The contract sript hash is 2cafa46838e8b564468ebd868dcafdd99dce6221 (N3 address NNxVrKjLsRkWsmGgmuNXLcMswtxTGaNQLk)

Tips

Use grpcs:// scheme in announced address if you enable TLS in grpc server.

node:
  addresses:
    - grpcs://neofs.my.org:8080

grpc:
  num: 1
  0:
    endpoint: neofs.my.org:8080
    tls:
      enabled: true
      certificate: /path/to/cert
      key: /path/to/key