# Database connection URL for PostgreSQL # This should match the database configuration in docker-compose.yaml DATABASE_URL=postgresql://postgres:password@localhost:54321/projects # Create a secret for better-auth BETTER_AUTH_SECRET=example-secret-for-development-only