Skip to content

Commit eca8874

Browse files
committed
chore: allow-commiting-public-env-files
1 parent 59a67a0 commit eca8874

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

web-devtools/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ dist
2727
.env.test.local
2828
.env.production.local
2929
.env.devnet-university
30+
# public env files
31+
!.env.*.public
3032

3133
# generated code
3234
src/hooks/contracts/generated.ts

web/.env.mainnet.public

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Do not enter sensitive information here.
2+
export REACT_APP_DEPLOYMENT=mainnet
3+
export REACT_APP_CORE_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-coreneo/version/latest
4+
export REACT_APP_DRT_ARBMAINNET_SUBGRAPH=https://api.studio.thegraph.com/query/61738/kleros-v2-drt/version/latest
5+
export REACT_APP_STATUS_URL=https://kleros-v2-devnet.betteruptime.com/badge
6+
export REACT_APP_DEVTOOLS_URL=https://devtools.v2.kleros.builders
7+
export REACT_APP_ARBITRATOR_TYPE=vanilla
8+
export REACT_APP_ATLAS_URI=http://localhost:3000
9+
export WALLETCONNECT_PROJECT_ID=
10+
export ALCHEMY_API_KEY=
11+
export NODE_OPTIONS='--max-old-space-size=7680'
12+
export REACT_APP_SHUTTER_API="https://shutter-api.chiado.staging.shutter.network/api"

web/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ dist
2323
.env.test.local
2424
.env.production.local
2525
.env.devnet-university
26+
# public env files
27+
!.env.*.public
2628

2729
# generated code
2830
src/hooks/contracts/generated.ts

0 commit comments

Comments
 (0)