# Database DATABASE_URL="postgresql://postgres:postgres@localhost:5432/timepickr?schema=public" # For Docker # DATABASE_URL="postgresql://postgres:postgres@db:5432/timepickr?schema=public" # App NEXT_PUBLIC_APP_URL="http://localhost:3000"