Closed pm47 closed 4 months ago
Use a ListValueSource instead of the built-in MapValueSource, which didn't not support duplicate configuration value.
ListValueSource
MapValueSource
Supporting multiple configuration values is useful for e.g. #72:
chain=testnet webhook=https://1.webhook.net webhook=https://2.webhook.net
Use a
ListValueSource
instead of the built-inMapValueSource
, which didn't not support duplicate configuration value.Supporting multiple configuration values is useful for e.g. #72: