Initial commit
This commit is contained in:
16
env.example
Normal file
16
env.example
Normal file
@ -0,0 +1,16 @@
|
||||
# Database
|
||||
DATABASE_URL="file:./dev.db"
|
||||
|
||||
# NextAuth.js
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
||||
NEXTAUTH_SECRET="your-nextauth-secret"
|
||||
|
||||
# Google OAuth
|
||||
GOOGLE_CLIENT_ID="your-google-client-id"
|
||||
GOOGLE_CLIENT_SECRET="your-google-client-secret"
|
||||
|
||||
# AWS S3 Configuration
|
||||
AWS_ACCESS_KEY_ID="your-aws-access-key-id"
|
||||
AWS_SECRET_ACCESS_KEY="your-aws-secret-access-key"
|
||||
AWS_REGION="us-east-1"
|
||||
AWS_S3_BUCKET="your-s3-bucket-name"
|
||||
Reference in New Issue
Block a user