Hasura Cloud Env Vars referencing each other #8373
Unanswered
TJackwood-Jasper
asked this question in
General
Replies: 1 comment
-
You can do this! Just set your webhook to be |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a number of Hasura triggers set up which reference environment variabless for which API endpoints they should be triggering.
Ideally, I would like to have one environment variable set for our "Base URL" for our API, then have all of our other environment variables reference that base URL with an additional path for each endpoint, so that swapping to a different base URL is as easy as changing the single environment variable instead of updating every variable individually.
A quick example of what I'm looking for:
Env Vars:
Beta Was this translation helpful? Give feedback.
All reactions