Skip to content
Discussion options

You must be logged in to vote

Hello,

Thanks for asking.

HASURA_GRAPHQL_ACTIONS_HANDLER_WEBHOOK_BASEURL is used to set base webhook url for action handler. This means that if you don't want to pass URL explicitly in action handler, then you can just set it as value of that env var and pass that env var in action webhook handler

Setting up env var:

For Hasura CE (open source version):
You can set them in docker-compose.yaml file under your graphql-engine image environment. Just add key as HASURA_GRAPHQL_ACTIONS_HANDLER_WEBHOOK_BASEURL and pass URL as your value to it.

For Hasura Cloud:
You can directly set them under Env Vars section under your project settings. Cloud dashboard -> Your project Settings -> Env Vars -> Ne…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by meetzaveri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants