frostfs-node/config/mainnet
Alex Vanin 118e36c550 [#752] config/mainnet: Add config template
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-08-06 18:47:42 +03:00
..
README.md [#752] config/mainnet: Add config template 2021-08-06 18:47:42 +03:00
config.yml [#752] config/mainnet: Add config template 2021-08-06 18:47:42 +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

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