Skip to content

Commit

Permalink
feat: updates for local gitops dev
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Oct 31, 2022
1 parent 6b1046d commit 8d30ccb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .env.local
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# VITE_ for client side env vars
VITE_WEB3AUTH_ISSUER=http://localhost:8000
VITE_WEB3AUTH_ISSUER_INTERNAL=http://localhost:8000
VITE_WEB3AUTH_CLIENT_ID=web3auth-client
VITE_WEB3AUTH_CLIENT_SECRET=a114d68b22894049a7c2203a7228fdcde922a1210675427795b7bf9a0317e16d
# VITE_WEB3AUTH_POST_LOGOUT_REDIRECT_URI=http://localhost:3000 // optional, just set to enable
VITE_WEB3AUTH_TOKEN_REFRESH_MAX_RETRIES="5"
VITE_GRAPHQL_URL=http://example-hasura.default.127.0.0.1.sslip.io/v1/graphql
VITE_GRAPHQL_INTERNAL_URL=http://example-hasura.default.127.0.0.1.sslip.io/v1/graphql
VITE_GRAPHQL_WS_URL=ws://example-hasura.default.127.0.0.1.sslip.io/v1/graphql
VITE_GRAPHQL_URL=http://example-hasura.example-local-env.127.0.0.1.sslip.io/v1/graphql
VITE_GRAPHQL_INTERNAL_URL=http://example-hasura.example-local-env.127.0.0.1.sslip.io/v1/graphql
VITE_GRAPHQL_WS_URL=ws://example-hasura.example-local-env.127.0.0.1.sslip.io/v1/graphql

0 comments on commit 8d30ccb

Please sign in to comment.