-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(templates): add initial migrations for vercel with website temp…
…late (#9706) Adds the initial migration files needed for vercel deployments to work and updated .env examples
- Loading branch information
Showing
5 changed files
with
9,787 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
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 @@ | ||
# Database connection string | ||
POSTGRES_URL=mongodb://127.0.0.1/payload-template-website | ||
POSTGRES_URL=postgresql://127.0.0.1:5432/payload-template-website | ||
# Used to encrypt JWT tokens | ||
PAYLOAD_SECRET=YOUR_SECRET_HERE | ||
# Used to configure CORS, format links and more. No trailing slash | ||
NEXT_PUBLIC_SERVER_URL=http://localhost:3000 | ||
NEXT_PUBLIC_SERVER_URL=http://localhost:3000 | ||
|
||
# Your Vercel Blob storage write token | ||
BLOB_READ_WRITE_TOKEN='vercel_blob_rw_test_123' |
Oops, something went wrong.