apibara / dna

Apibara is the fastest platform to build production-grade indexers that connect onchain data to web2 services.
https://www.apibara.com/
Apache License 2.0
168 stars 32 forks source link

sink: allow access to parent's environment variables #276

Closed fracek closed 8 months ago

fracek commented 8 months ago

Summary In some cases (e.g. Kubernetes), it's infeasible to allow access only to environment variables specified in a .env file. This commit adds a new flag to allow access to the parent process environment variables.