Skip to content

Commit

Permalink
Merge pull request #748 from InternetOfPeers/fix-env-example
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyLB authored Dec 7, 2023
2 parents 1892712 + 1a2f12e commit 67f980f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Account that will pay query and transaction fees
OPERATOR_ACCOUNT_ID=

# Default private key to use to sign for all transactions and queries
OPERATOR_KEY=

# Account that will pay query and transaction fees
TEST_OPERATOR_ACCOUNT_ID=
# Default private key to use to sign for all transactions and queries
TEST_OPERATOR_KEY=
# Network names: "localhost", "testnet", "previewnet", "mainnet"
TEST_NETWORK_NAME=
# Running on-chain tests if this value is set to 1.
TEST_RUN_NONFREE=

0 comments on commit 67f980f

Please sign in to comment.