Skip to content

Commit

Permalink
changed .env.example file
Browse files Browse the repository at this point in the history
  • Loading branch information
developingright committed Sep 10, 2024
1 parent e19d564 commit aa65dac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DATABASE_URL="postgres://postgres:postgres@db:5432/job-board-db"
NEXTAUTH_SECRET="koXrQGB5TFDhiX47swxHW+4KALDX4kAvnQ5RHHvAOIzB"
NEXTAUTH_URL="http://localhost:3000"
NEXT_PUBLIC_AWS_S3_REGION=your-aws-region
NEXT_PUBLIC_AWS_S3_ACCESS_KEY_ID=your-access-ID
NEXT_PUBLIC_AWS_S3_SECRET_ACCESS_KEY=your-access-key
NEXT_PUBLIC_AWS_S3_BUCKET_NAME=your-bucket
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

0 comments on commit aa65dac

Please sign in to comment.