From f5834ae6bc23017d619de18a5ce6946e10c1083e Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Tue, 14 Jun 2022 09:55:46 -0700 Subject: [PATCH] Updated dev end points. --- 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 a1b2e503b..70f865aff 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://bodyshop-dev-db.herokuapp.com/v1/graphql" auth.hasura_secret_admin_key="Dev-BodyShopApp!" +firebase functions:config:set auth.graphql_endpoint="https://db.dev.bodyshop.app/v1/graphql" auth.hasura_secret_admin_key="Dev-BodyShopApp!" diff --git a/hasura/config.yaml b/hasura/config.yaml index 8b52487b5..fe93f9198 100644 --- a/hasura/config.yaml +++ b/hasura/config.yaml @@ -1,5 +1,5 @@ version: 2 -endpoint: https://bodyshop-dev-db.herokuapp.com +endpoint: https://db.dev.bodyshop.app admin_secret: Dev-BodyShopApp! metadata_directory: metadata actions: