From 4fdd48c2798affb82b5a9ced75d44f7cc132c9ee Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 14 Jun 2022 11:32:29 -0700 Subject: [PATCH] Update developement db addresses. --- firebase/readme.md | 2 +- hasura/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firebase/readme.md b/firebase/readme.md index 70f865aff..c7a2bae6b 100644 --- a/firebase/readme.md +++ b/firebase/readme.md @@ -1,3 +1,3 @@ Must set the environment variables using: -firebase functions:config:set auth.graphql_endpoint="https://db.dev.bodyshop.app/v1/graphql" auth.hasura_secret_admin_key="Dev-BodyShopApp!" +firebase functions:config:set auth.graphql_endpoint="https://db.development.bodyshop.app/v1/graphql" auth.hasura_secret_admin_key="Dev-BodyShopApp!" diff --git a/hasura/config.yaml b/hasura/config.yaml index fe93f9198..ee9b6394b 100644 --- a/hasura/config.yaml +++ b/hasura/config.yaml @@ -1,5 +1,5 @@ version: 2 -endpoint: https://db.dev.bodyshop.app +endpoint: https://db.development.bodyshop.app admin_secret: Dev-BodyShopApp! metadata_directory: metadata actions: