stacks-network / gaia

A decentralized high-performance storage system
MIT License
762 stars 149 forks source link

Add TOML file format for the configuration file #423

Closed bjorger closed 2 years ago

bjorger commented 2 years ago

Goal of PR

This PR adds the feature, that the configuration file for the hub, reader and admin are in TOML format.

Implementation

Describe how that goal was achieved through the submitted implementation.

Manual Testing

Describe how the new functionality can be tested manually.

Automated Testing

Describe the automated testing you included which covers any and all new functionality.

Submission Checklist