Skip to content

Commit

Permalink
🔐 add new variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaud BRAULT committed Jul 22, 2024
1 parent 92d8dda commit 13d1949
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ DATABASE_URL=postgresql://USER:PASSWORD@HOST:PORT/DATABASE
# Auth.js secret
AUTH_SECRET="your-atleast-32-characters-long-secret"

# Supabase credentials
PUBLIC_SUPABASE_URL="your-supabase-url"
PUBLIC_SUPABASE_ANON_KEY="your-supabase-key"

# Google client OAuth credentials
GOOGLE_CLIENT_ID="your-client-id"
GOOGLE_CLIENT_SECRET="your-client-secret"
Expand All @@ -11,4 +15,12 @@ GOOGLE_CLIENT_SECRET="your-client-secret"
AWS_REGION="the bucket region"
AWS_ACCESS_KEY_ID="the access key"
AWS_SECRET_ACCESS_KEY="the secret"
AWS_BUCKET_NAME="the bucket name"
AWS_BUCKET_NAME="the bucket name"

# AWS Cloudfront url
CLOUDFRONT_URL="your-cloudfront-url"

# SEO related variables
PUBLIC_SITE_URL="your-site-url"
PUBLIC_CONTACT_EMAIL="your-contact-email"
PUBLIC_GITHUB_PAGE="your-github-repo-url"

0 comments on commit 13d1949

Please sign in to comment.