Finish Setup
Setup database
Postgres: create database  and connect to project
Setup storage (one of the following)
Vercel Blob: create store  (configured as public) and connect to project
Generating secret
Store auth secret in environment variable
fce831c555e9334a4917eb4b935f6d9d
AUTH_SECRET
Setup admin user
Store admin email/password in environment variables
ADMIN_EMAIL
ADMIN_PASSWORD
Configure language
en-us
Check README for supported languages
NEXT_PUBLIC_LOCALE
Configure domain
exif-photo-blog-gilt-tau.vercel.app
Used in explicit share urls (seen in nav if no title is defined)
NEXT_PUBLIC_DOMAIN
Meta title
Photo Blog
Seen in search results and browser tab
NEXT_PUBLIC_META_TITLE
Changes to environment variables require a new deployment to take effect