ACINQ / phoenixd

https://phoenix.acinq.co/server
Apache License 2.0
117 stars 15 forks source link

Support multiple values in configuration file #82

Closed pm47 closed 4 months ago

pm47 commented 4 months ago

Use a ListValueSource instead of the built-in MapValueSource, which didn't not support duplicate configuration value.

Supporting multiple configuration values is useful for e.g. #72:

chain=testnet
webhook=https://1.webhook.net
webhook=https://2.webhook.net