alan-turing-institute / trustchain

Trustworthy decentralised PKI
https://alan-turing-institute.github.io/trustchain/
Apache License 2.0
9 stars 4 forks source link

Add command line parser to override config file for trustchain-http #97

Open lukehare opened 1 year ago

lukehare commented 1 year ago

We initially had a command line parser when running the server, but moved to using a config file instead. The unused parser was removed in this commit a12f929

We should add a parser back in to allow for overriding the default configuration.