-
Notifications
You must be signed in to change notification settings - Fork 456
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
1 parent
241ecc2
commit c861ae7
Showing
18 changed files
with
789 additions
and
462 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,7 +1,10 @@ | ||
DATABASE_URL="postgres://postgres:postgres@db:5432/job-board-db" | ||
NEXTAUTH_SECRET="koXrQGB5TFDhiX47swxHW+4KALDX4kAvnQ5RHHvAOIzB" | ||
NEXTAUTH_URL="http://localhost:3000" | ||
|
||
RAZORPAY_WEBHOOK_SECRET=<Your RAZORPAY_WEBHOOK_SECRET> | ||
RAZORPAY_ID=<Your RAZORPAY_ID> | ||
RAZORPAY_SECRET= <Your RAZORPAY_SECRET> | ||
RAZORPAY_SECRET= <Your RAZORPAY_SECRET> | ||
AWS_S3_REGION=your-aws-region | ||
AWS_S3_ACCESS_KEY_ID=your-access-ID | ||
AWS_S3_SECRET_ACCESS_KEY=your-access-key | ||
AWS_S3_BUCKET_NAME=your-bucket |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.