2021-05-21 13:47:08 +00:00
|
|
|
# Examples of correct configuration file structures
|
|
|
|
|
|
|
|
Here are files in all supported formats and with all possible configuration values
|
2021-10-05 09:59:09 +00:00
|
|
|
of NeoFS applications. See [node.yaml](node.yaml) for configuration notes.
|
2021-05-21 13:47:08 +00:00
|
|
|
|
|
|
|
All parameters are correct, however, they are for informational purposes only.
|
2021-07-29 14:57:17 +00:00
|
|
|
It is not recommended transferring these configs for real application launches.
|
2021-05-21 13:47:08 +00:00
|
|
|
|
|
|
|
## Config files
|
|
|
|
|
|
|
|
- Storage node
|
|
|
|
- JSON: `node.json`
|
2021-06-01 16:46:08 +00:00
|
|
|
- YAML: `node.yaml`
|
2022-05-11 07:36:24 +00:00
|
|
|
- Inner ring
|
|
|
|
- YAML: `ir.yaml`
|
|
|
|
- CLI
|
|
|
|
- YAML: `cli.yaml`
|
2021-06-01 16:46:08 +00:00
|
|
|
|
|
|
|
## Environment variables
|
|
|
|
|
2022-05-11 07:36:24 +00:00
|
|
|
- Storage node: `node.env`
|
|
|
|
- Inner ring: `ir.env`
|