feat: add docker-compose for local database setup, example .env
This commit is contained in:
11
apps/web/env.example
Normal file
11
apps/web/env.example
Normal file
@ -0,0 +1,11 @@
|
||||
# Environment Variables Example
|
||||
# Copy this file to .env.local and update the values as needed
|
||||
|
||||
DATABASE_URL="postgresql://appcut:appcutthegoat@localhost:5432/appcut"
|
||||
|
||||
# Next.js Configuration
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
NEXTAUTH_SECRET=your-secret-key-here
|
||||
|
||||
# Development Environment
|
||||
NODE_ENV=development
|
Reference in New Issue
Block a user