Skip to content

Commit

Permalink
docs: hasure setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed May 10, 2024
1 parent c803fba commit 7fe8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hasura.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ GRANT ALL ON SCHEMA public TO public;

```shell
# apply metadata, DB migrations
hasura deploy --endpoint https://hasura.traefik.me --endpoint https://mscymynlefhgknffvdzk.hasura.us-east-1.nhost.run --admin-secret <HASURA_GRAPHQL_ADMIN_SECRET>
hasura deploy --with-seeds --endpoint https://mscymynlefhgknffvdzk.hasura.us-east-1.nhost.run --admin-secret <HASURA_GRAPHQL_ADMIN_SECRET>
# (optionally) Apply all seed file:
hasura seed apply --database-name default --endpoint https://mscymynlefhgknffvdzk.hasura.us-east-1.nhost.run --admin-secret <HASURA_GRAPHQL_ADMIN_SECRET>
# (Or) Apply only a particular files:
Expand Down

0 comments on commit 7fe8240

Please sign in to comment.