hasura / graphql-engine-heroku

Blazing fast, instant realtime GraphQL APIs on Postgres with fine grained access control, also trigger webhooks on database events.
https://hasura.io
231 stars 234 forks source link

Is there a reason to not use HASURA_GRAPHQL_DATABASE_URL as env variable name? #96

Open abdullah2993 opened 3 years ago

abdullah2993 commented 3 years ago

Is there a reason to use DATABASE_URL instead of HASURA_GRAPHQL_DATABASE_URL as env variable name?

Djiit commented 3 years ago

I guess it's the default for most Heroku workload.