-
From the docs on fallback RPCs, it appears to be possible to use environment variables in the name: Greeter
description: Greeter indexer
networks:
- id: 1
rpc: https://mainnet.infura.io/v3/{ENVIO_INFURA_API_KEY} But it's not clear to me where should I put the environment variables when running I couldn't find any information about this in the docs. |
Beta Was this translation helpful? Give feedback.
Answered by
DZakh
Jun 5, 2025
Replies: 1 comment 1 reply
-
It's either |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PaulRBerg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's either
.env
at the project root, or you can set the variables via UI on the Hosted Service.