api3dao / commons

Common utilities, modules and configurations used in API3 projects
MIT License
0 stars 2 forks source link

Allow more lenient secrets parsing #57

Closed Siegrift closed 8 months ago

Siegrift commented 8 months ago

https://github.com/api3dao/commons/pull/50 is not compatible with Airnode when process.env is passed as secrets because of the strict validation that is done.

It needs to be possible to turn that off.