owlcub-academy/.env.example

21 lines
523 B
Plaintext

# Database
DATABASE_URL="postgresql://user:password@localhost:5432/academy"
# NextAuth
NEXTAUTH_SECRET="your-secret-here"
NEXTAUTH_URL="https://academy.owlcub.com"
# Resend (email)
RESEND_API_KEY="re_xxxx"
# S3 / Object Storage
S3_REGION="gra"
S3_ENDPOINT="https://s3.gra.io.cloud.ovh.net"
S3_ACCESS_KEY="your-access-key"
S3_SECRET="your-secret-key"
S3_BUCKET="owlcub-academy"
# Public S3 (for thumbnail URLs in frontend)
NEXT_PUBLIC_S3_ENDPOINT="https://s3.gra.io.cloud.ovh.net"
NEXT_PUBLIC_S3_BUCKET="owlcub-academy"