Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
16601314215 authored and 16601314215 committed Jul 17, 2024
1 parent 9e36051 commit 23ba281
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
NEXT_PUBLIC_GRAPHQL_URL=http://43.135.26.222:8080/v1/graphql
NEXT_PUBLIC_GRAPHQL_WS=ws://43.135.26.222:8080/v1/graphql
NODE_ENV=development
PORT=5000
NEXT_PUBLIC_CHAIN_TYPE=testnet
NEXT_PUBLIC_NETWORK_NAME=testnet-tura
NEXT_PUBLIC_RPC_WEBSOCKET=ws:/43.135.26.222:26657/websocket
PROJECT_NAME=web-tura
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env
.env.*
!.env.sample


# turbo
.turbo/
Expand Down

0 comments on commit 23ba281

Please sign in to comment.