-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: improve envs * refactor: update homepage text and improve dropdown file * ci: add envs to playwright github action * ci: refactor envs * ci: add all envs
- Loading branch information
Showing
9 changed files
with
43 additions
and
26 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,15 +1,17 @@ | ||
# Duplicate this to .env | ||
DATABASE_URL='your database url' ## required for prisma - create free PostgreSQL database: https://dashboard.render.com/new/database | ||
|
||
NEXT_PUBLIC_SITE_URL='your site url' ## required for next-sitemap, not required for development | ||
APP_URL='your app url' ## required for next-sitemap and stripe | ||
|
||
NEXT_PUBLIC_GITHUB_ID='your github client ID' ## required for next-auth | ||
NEXT_PUBLIC_GITHUB_SECRET='your github secret ID' ## required for next-auth | ||
GOOGLE_SITE_VERIFICATION_ID='your google verification id' ## not required | ||
|
||
GITHUB_ID='your github client ID' ## required for next-auth | ||
GITHUB_SECRET='your github secret ID' ## required for next-auth | ||
|
||
NEXTAUTH_SECRET='your next-auth secret' ## required for next-auth - generate one here: https://generate-secret.vercel.app/32 | ||
NEXTAUTH_URL='http://localhost:3000' ## Only required for localhost | ||
|
||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY='your stripe publishable key' ## required for stripe | ||
STRIPE_SECRET_KEY='your stripe secret key' ## required for stripe | ||
STRIPE_WEBHOOK_SECRET_KEY='your webhook secret key' ## required for stripe | ||
STRIPE_SUBSCRIPTION_PRICE_ID='your subscription price id' ## required for stripe | ||
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY='your stripe publishable key' ## required for stripe |
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
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
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
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