-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add env to skip uploading to akord
- Loading branch information
1 parent
a3726ad
commit 1bba833
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ target | |
node_modules | ||
test-ledger | ||
.yarn | ||
.vscode/ | ||
.vscode/ | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
NEXT_PUBLIC_WALLET_NETWORK=devnet | ||
# This file is a template for the .env file that should be created in the root of the project | ||
# The .env file should be created by copying this file and filling in the values | ||
# The .env file should not be committed to the repository | ||
|
||
# Default network to use for the web3 connection | ||
NEXT_PUBLIC_WALLET_NETWORK=devnet | ||
|
||
# Set to true to skip uploading files to Arweave | ||
FAKE_UPLOADS=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters