- A web deployment target
- A Postgres database
- A Blockfrost project key
- Your app environment variables
Suggested setup order
Add your environment variables
At minimum, set your database connection string, Blockfrost key, auth
secrets, and the public app URL.
Apply the schema
OnceDATABASE_URL is configured:
Inspecting data locally
Environment reference
| Variable | Purpose |
|---|---|
DATABASE_URL | Postgres connection string |
BLOCKFROST_PROJECT_ID | Mainnet project key |
CRON_SECRET | Background refresh authentication |
NEXTAUTH_SECRET | Session encryption |
NEXTAUTH_URL | Public URL for your deployment |
If you only want to use Hizz, the hosted product at hizz.io
already includes the required infrastructure.
