24 lines
655 B
Plaintext
24 lines
655 B
Plaintext
# Database
|
|
DATABASE_URL=postgresql://user:password@localhost:5432/image_api
|
|
|
|
# Better Auth
|
|
BETTER_AUTH_SECRET=your-secret-key-here-min-32-characters
|
|
BETTER_AUTH_URL=https://image.beyhano.com.tr
|
|
|
|
# App Settings
|
|
REGISTER_ENABLE=true
|
|
NODE_ENV=production
|
|
|
|
# App URLs (production)
|
|
NEXT_PUBLIC_APP_URL=https://image.beyhano.com.tr
|
|
APP_URL=https://flare.beyhano.com.tr
|
|
|
|
# JWT Secret
|
|
JWT_SECRET=your-jwt-secret-key-min-32-characters-long
|
|
# Cloudflare R2 Storage
|
|
R2_ACCOUNT_ID=your-cloudflare-account-id
|
|
R2_ACCESS_KEY_ID=your-r2-access-key
|
|
R2_SECRET_ACCESS_KEY=your-r2-secret-access-key
|
|
R2_BUCKET_NAME=your-bucket-name
|
|
R2_PUBLIC_URL=https://your-public-domain.com
|