-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README wiki URLs fixed + .env.local.example variable names fixed
- Loading branch information
1 parent
c997767
commit d1e27ac
Showing
2 changed files
with
14 additions
and
14 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
NEXT_PUBLIC_GOOGLE_API_KEY = "string" | ||
GOOGLE_API_KEY = "string" | ||
|
||
NEXT_PUBLIC_FIREBASE_DATABASE_URL = "string" | ||
FIREBASE_DATABASE_URL = "string" | ||
|
||
NEXT_PUBLIC_FIREBASE_PROJECT_ID = "string" | ||
NEXT_PUBLIC_FIREBASE_API_KEY = "string" | ||
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN = "string" | ||
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET = "string" | ||
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID = "string" | ||
NEXT_PUBLIC_FIREBASE_APP_ID = "string" | ||
FIREBASE_PROJECT_ID = "string" | ||
FIREBASE_API_KEY = "string" | ||
FIREBASE_AUTH_DOMAIN = "string" | ||
FIREBASE_STORAGE_BUCKET = "string" | ||
FIREBASE_MESSAGING_SENDER_ID = "string" | ||
FIREBASE_APP_ID = "string" | ||
|
||
NEXT_PUBLIC_FIREBASE_CLIENT_EMAIL = "string" | ||
NEXT_PUBLIC_FIREBASE_PRIVATE_KEY = "string" | ||
FIREBASE_CLIENT_EMAIL = "string" | ||
FIREBASE_PRIVATE_KEY = "string" |
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