-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Description
Has DATABASE_URL been dropped in the latest version of Hasura Backend Plus?
If so, it should be removed from the project completly:
$ rg "DATABASE_URL"
src/shared/migrations.ts
8: connectionString: process.env.DATABASE_URL
src/test/global-setup.ts
10: connectionString: process.env.DATABASE_URL
docker/dev/docker-compose-example.yaml
20: HASURA_GRAPHQL_DATABASE_URL: >-
46: DATABASE_URL: >-
docs/docs/getting-started/setup.md
47: HASURA_GRAPHQL_DATABASE_URL: >-
69: DATABASE_URL: >-
docker/dev/docker-compose-example2.yaml
19: HASURA_GRAPHQL_DATABASE_URL: >-
docker/test/docker-compose-test.yaml
20: HASURA_GRAPHQL_DATABASE_URL: >-
46: DATABASE_URL: >-
I was using it previously and I didn't notice in the release notes that direct database communication was completely removed in a recent version of HBP.
Metadata
Metadata
Assignees
Labels
No labels