Finish Setup
Storage
Setup database
Create Vercel Postgres store  and connect to project
Setup storage (one of the following)
Vercel Blob: create store  and connect to project
Cloudflare R2: create/configure bucket 
Authentication
Setup auth
Store auth secret in environment variable:
15f6cb5a93c6076980d8781dc6974619
`AUTH_SECRET`
Setup admin user
Store admin email/password in environment variables:
`ADMIN_EMAIL`
`ADMIN_PASSWORD`
Content
(Optional)
Add title
Store in environment variable (used in page titles):
`NEXT_PUBLIC_SITE_TITLE`
Add custom domain
Store in environment variable (displayed in top-right nav):
`NEXT_PUBLIC_SITE_DOMAIN`
Settings
(Optional)
Pro Mode
Set environment variable to "1" to enable higher quality image storage:
`NEXT_PUBLIC_PRO_MODE`
Image Blur
Set environment variable to "1" to prevent image blur data being stored and displayed
`NEXT_PUBLIC_BLUR_DISABLED`
Geo Privacy
Set environment variable to "1" to disable collection/display of location-based data
`NEXT_PUBLIC_GEO_PRIVACY`
Priority Order
Set environment variable to "1" to prevent priority order photo field affecting photo order
`NEXT_PUBLIC_IGNORE_PRIORITY_ORDER`
Public API
Set environment variable to "1" to enable a public API available at /api:
`NEXT_PUBLIC_PUBLIC_API`
Show Repo Link
Set environment variable to "1" to hide footer link:
`NEXT_PUBLIC_HIDE_REPO_LINK`
Show Fujifilm simulations
Set environment variable to "1" to prevent simulations showing up in /grid sidebar:
`NEXT_PUBLIC_HIDE_FILM_SIMULATIONS`
Show EXIF data
Set environment variable to "1" to hide EXIF data:
`NEXT_PUBLIC_HIDE_EXIF_DATA`
Grid Aspect Ratio: 1
Set environment variable to any number to enforce aspect ratio (defaults to "1", i.e., square)—set to "0" to disable:
`NEXT_PUBLIC_GRID_ASPECT_RATIO`
Legacy OG Text Alignment
Set environment variable to "BOTTOM" to keep OG image text bottom aligned (default is top):
`NEXT_PUBLIC_OG_TEXT_ALIGNMENT`
Changes to environment variables require a redeploy or reboot of local dev server