Files
OpenCut/apps/web/env.example
2025-06-23 10:35:07 +03:00

11 lines
315 B
Plaintext

# Environment Variables Example
# Copy this file to .env.local and update the values as needed
DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut"
# Next.js Configuration
NEXTAUTH_URL=http://localhost:3000
NEXTAUTH_SECRET=your-secret-key-here
# Development Environment
NODE_ENV=development