generated from scaffold-eth/scaffold-eth-2
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
483 additions
and
188 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
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 |
---|---|---|
|
@@ -4,7 +4,9 @@ | |
"port": 8080 | ||
}, | ||
"ui": { | ||
"enabled": true | ||
} | ||
"enabled": true, | ||
"port": 4000 | ||
}, | ||
"singleProjectMode": true | ||
} | ||
} |
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,6 +1,9 @@ | ||
# NEXT_PUBLIC_ALCHEMY_API_KEY= | ||
# NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID= | ||
|
||
# Firebase live vs local emulator. | ||
# Important: Only one of the following lines should be uncommented at a time. | ||
# If you want to use a live firebase project, you can use download the service account key json file and add the path here | ||
# (for the local emulator, you can uncomment the line) | ||
GOOGLE_APPLICATION_CREDENTIALS="/<your>/<path>/<to>/firebaseServiceAccountKey.json" | ||
# If you want to spin the firebase emulator | ||
FIRESTORE_EMULATOR_HOST=localhost:8080 |
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
Oops, something went wrong.