Closed tfius closed 2 years ago
adding these for now
bee:
bee-api-endpoint: 127.0.0.1:1633
bee-debug-api-endpoint: 127.0.0.1:1635
postage-batch-id: someId
cookie-domain: localhost
cors-allowed-origins: [localhost:8080]
dfs:
config: /home/User/.dfs.yaml
data-dir: /home/User/.fairOs/dfs
ports:
http-port: :9090
pprof-port: :9091
verbosity: info
looks good for now
--beeHost
& --beePort
, instead it will add two new flags--beeApi
full api enpoint url --beeDebugApi
full debug api endpoint for stamps api
it will create a .dfs.yaml
at user home directory or user defined path passed via --config
flag.
it will also add a command config
that will print current config
Add configuration file that is read on start:
any other ideas ?