Skip to content

Commit

Permalink
Update .env.template to reorder variable for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Caignec committed Jan 3, 2025
1 parent eb74a71 commit 1400f07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# The mnemonic phrase used to derive the wallet's private keys
# MNEMONIC=...

# Index of the account generated from the mnemonic to be used as the Voucher Manager
# IEXEC_VOUCHER_MANAGER_ACCOUNT_INDEX=...

# Index of the account generated from the mnemonic to be used as the Voucher Minter
# IEXEC_VOUCHER_MINTER_ACCOUNT_INDEX=...

# Flag to indicate whether to use a local blockchain fork (set to 'true' for local fork development)
# IS_LOCAL_FORK=...

# The mnemonic phrase used to derive the wallet's private keys
# MNEMONIC=...

# The private key for accessing the production account
# PROD_PRIVATE_KEY=...

# Flag to indicate whether to use a local blockchain fork (set to 'true' for local fork development)
# IS_LOCAL_FORK=...

# Override the default iExec PoCo (Proof-of-Contribution) contract address
# IEXEC_POCO_ADDRESS=...

Expand Down

0 comments on commit 1400f07

Please sign in to comment.