Finish Setup
Testing database connection
Postgres: connected
Setup storage (one of the following)
Vercel Blob: create store (configured as public) and connect to project
Cloudflare R2: create/configure bucket
AWS S3: create/configure bucket
MinIO: setup MinIO server
Generating secret
Store auth secret in environment variable
e640926b3428ca2d493b16d09493660f
AUTH_SECRET
Setup admin user
Store admin email/password in environment variables
ADMIN_EMAIL
ADMIN_PASSWORD
Configure language
Configure domain
photo-blog-eight-zeta.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 tabNEXT_PUBLIC_META_TITLE
Changes to environment variables require a new deployment to take effect