Finish Setup
Storage
Setup database
Create Vercel Postgres store  and connect to project
Setup storage
Vercel Blob: create store  and connect to project
Cloudflare R2: create/configure bucket 
Authentication
Setup auth
Store auth secret in environment variable:
94e6f3b30df9acbc0c82ea4240ca1ccd
`AUTH_SECRET`
Setup admin user
Store admin email/password in environment variables:
`ADMIN_EMAIL`
`ADMIN_PASSWORD`
Content
Add title (optional)
Store in environment variable (used in page titles):
`NEXT_PUBLIC_SITE_TITLE`
Add custom domain (optional)
Store in environment variable (displayed in top-right nav):
`NEXT_PUBLIC_SITE_DOMAIN`
Settings
Pro Mode (optional)
Set environment variable to "1" to enable higher quality image storage:
`NEXT_PUBLIC_PRO_MODE`
Image Blur (optional)
Set environment variable to "1" to prevent image blur data being stored and displayed
`NEXT_PUBLIC_BLUR_DISABLED`
Geo Privacy (optional)
Set environment variable to "1" to disable collection/display of location-based data
`NEXT_PUBLIC_GEO_PRIVACY`
Priority Order (optional)
Set environment variable to "1" to prevent priority order photo field affecting photo order
`NEXT_PUBLIC_IGNORE_PRIORITY_ORDER`
Public API (optional)
Set environment variable to "1" to enable a public API available at /api:
`NEXT_PUBLIC_PUBLIC_API`
Show Repo Link (optional)
Set environment variable to "1" to hide footer link:
`NEXT_PUBLIC_HIDE_REPO_LINK`
Show Fujifilm simulations (optional)
Set environment variable to "1" to prevent simulations showing up in /grid sidebar:
`NEXT_PUBLIC_HIDE_FILM_SIMULATIONS`
Show EXIF data (optional)
Set environment variable to "1" to hide EXIF data:
`NEXT_PUBLIC_HIDE_EXIF_DATA`
Grid Aspect Ratio: 1 (optional)
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 (optional)
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