Skip to content

Commit

Permalink
fix ip
Browse files Browse the repository at this point in the history
  • Loading branch information
sth-v committed Apr 20, 2024
1 parent 7474cb2 commit 23522ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# NEXT_PUBLIC_URL=https://viewer.contextmachine.online/v1/graphql
NEXT_PUBLIC_URL=http://51.250.47.166:8080/v1/graphql
NEXT_PUBLIC_URL=http://hasura.contextmachine.online/v1/graphql

2 changes: 1 addition & 1 deletion pages/api/client.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { GraphQLClient } from "graphql-request";

export const client = new GraphQLClient("http://51.250.47.166:8080/v1/graphql", {
export const client = new GraphQLClient("http://hasura.default.svc.cluster.local:8080/v1/graphql", {
headers: { "x-hasura-admin-secret": "mysecretkey" },
});

0 comments on commit 23522ab

Please sign in to comment.