orbs-network / management-service

Reads network management state from Ethereum and reports it to Boyar and virtual chains
MIT License
2 stars 2 forks source link

cleanup ONG config #49

Closed ronnno closed 4 years ago

ronnno commented 4 years ago

Cleanup ONG configuration:

  1. remove fields that should be set by ONG defaults in public production networks
  2. removed Ethereum connector URL as it is disabled.
  3. removed management-consensus-grace-timeout which was set to 0 only to support Ganache environments in staging env - but which may cause valid blocks to be rejected by validators in production systems.

Possible pitfalls (things to notice on first deployment):

  1. Log file truncation interval will revert from 4H to 24H. In production systems there should not be any log file. a separate PR was created in ONG to avoid writing logs to local disk.