Updated dev end points.

This commit is contained in:
Patrick Fic
2022-06-14 09:55:46 -07:00
parent 43fbf32e99
commit f5834ae6bc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
Must set the environment variables using: 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!"

View File

@@ -1,5 +1,5 @@
version: 2 version: 2
endpoint: https://bodyshop-dev-db.herokuapp.com endpoint: https://db.dev.bodyshop.app
admin_secret: Dev-BodyShopApp! admin_secret: Dev-BodyShopApp!
metadata_directory: metadata metadata_directory: metadata
actions: actions: