Where can I find the config.yaml? #
The config.yaml
is created in your storage location when you did the
initial setup of the storagenode.
For example, if your--mount
option in yourdocker run
command looks like--mount type=bind,source=/mnt/storj/storagenode,destination=/app/config
, then theconfig.yaml
will be in the/mnt/storj/storagenode
location.
Options and parameters specified in thedocker run
command have a precedence over options in theconfig.yaml -
Only options not also specified in thedocker run
command will be taken from theconfig.yaml
file.
By default, the
config.yaml
will be created in the "C:\Program Files\Storj\Storage Node\"
folder.