graphprotocol / indexer-rs

Rewrite of indexer-service in Rust with TAP payments implementation
Apache License 2.0
22 stars 20 forks source link

Ignore environment variables if they are empty #471

Closed gusinacio closed 3 weeks ago

gusinacio commented 3 weeks ago

Some configurations rely on external environment variables, which means they become set with an empty string.

We need a way to ignore them if they are empty while loading the configuration.