Skip to content

Commit

Permalink
feat: add default governance body to env
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Apr 1, 2022
1 parent ef86fd3 commit e60a709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .env.copy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TESTNET_DEFAULT_ORGANIZATIONS=https://climate-warehouse.s3.us-west-2.amazonaws.c
READ_ONLY=false
IS_GOVERNANCE_BODY=false
API_KEY=
GOVERANCE_BODY_ID=
GOVERNANCE_BODY_IP=
GOVERNANCE_BODY_PORT=
GOVERANCE_BODY_ID=8790c347e96eda4266fa5805a16b4baeecf8018433995782555a7b6883fdd868
GOVERNANCE_BODY_IP=35.82.228.204
GOVERNANCE_BODY_PORT=8000
CHIA_NETWORK=mainnet
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "climate-warehouse",
"version": "0.0.23",
"version": "0.0.24",
"private": true,
"bin": "build/server.js",
"type": "module",
Expand Down

0 comments on commit e60a709

Please sign in to comment.