• holisticode's avatar
    cmd/swarm: add config file (#15548) · 32516c76
    holisticode authored
    This commit adds a TOML configuration option to swarm. It reuses
    the TOML configuration structure used in geth with swarm
    customized items.
    
    The commit:
    
    * Adds a "dumpconfig" command to the swarm executable which
      allows printing the (default) configuration to stdout, which
      then can be redirected to a file in order to customize it.
    * Adds a "--config <file>" option to the swarm executable which will
      allow to load a configuration file in TOML format from the
      specified location in order to initialize the Swarm node The
      override priorities are like follows: environment variables
      override command line arguments override config file override
      default config.
    32516c76
Name
Last commit
Last update
..
client Loading commit data...
http Loading commit data...
testdata/test0 Loading commit data...
api.go Loading commit data...
api_test.go Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
filesystem.go Loading commit data...
filesystem_test.go Loading commit data...
manifest.go Loading commit data...
manifest_test.go Loading commit data...
storage.go Loading commit data...
storage_test.go Loading commit data...
testapi.go Loading commit data...
uri.go Loading commit data...
uri_test.go Loading commit data...