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

Allow setting path to config file via env args #611

Closed sandreae closed 2 months ago

sandreae commented 2 months ago

Allow setting path to config file using environment variables. This is done by enabling the "env" feature for the clap crate in order to take account of environment variables when parsing values for Cli in the first step of load_config().

📋 Checklist