[#493] config: Add example config files of storage node application

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
support/v0.27
Leonard Lyubich 2021-05-21 16:47:08 +03:00 committed by Leonard Lyubich
parent b8a5f09174
commit f833fe1ee2
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Examples of correct configuration file structures
Here are files in all supported formats and with all possible configuration values
of NeoFS applications.
All parameters are correct, however, they are for informational purposes only.
It is not recommended to transfer these configs for real application launches.
## Config files
- Storage node
- JSON: `node.json`
- YAML: `node.yaml`

View File

@ -0,0 +1,5 @@
{
"logger": {
"level": "debug"
}
}

View File

@ -0,0 +1,2 @@
logger:
level: debug