AmbireTech / adex-supermarket

Rust implementation of the AdEx Supermarket
GNU Affero General Public License v3.0
0 stars 0 forks source link

Configurable market url #2

Closed elpiel closed 4 years ago

elpiel commented 4 years ago

Make it possible to configure the url of the market when executing the binary.

Using clap for validator_worker's sentryUrl: https://github.com/AdExNetwork/adex-validator-stack-rust/blob/89a2c1ed7350870c95301c94d350d6c4a73830f2/validator_worker/src/main.rs#L61

elpiel commented 4 years ago

Done in #3