fairDataSociety / fairOS-dfs

Decentralised File System (dfs) layer of the FairOS
https://docs.fairos.fairdatasociety.org/docs/
Apache License 2.0
26 stars 13 forks source link

Configuration file #156

Closed tfius closed 2 years ago

tfius commented 3 years ago

Add configuration file that is read on start:

any other ideas ?

asabya commented 3 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
tfius commented 3 years ago

looks good for now

asabya commented 3 years ago

160 will deprecate two flags --beeHost & --beePort, instead it will add two new flags

asabya commented 2 years ago

103 this can be added in the config file. @IgorShadurin, @tfius any suggestions?

asabya commented 2 years ago

103 was not added. although config changed got released in v0.7.3