p2panda / aquadoggo

Node for the p2panda network handling validation, storage, aggregation and replication
GNU Affero General Public License v3.0
69 stars 5 forks source link

Export `ConfigFile` struct which can be de/serialized from and to a configuration file #608

Closed sandreae closed 7 months ago

sandreae commented 7 months ago

We have this already in aquadoggo_cli but it is more generally useful for application developers who want to use the same configuration flow (parsing from a config.toml file) but when running a node programatically.