mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 05:25:33 -04:00
goodbye planetscale 🪦 hello turso 👋
This commit is contained in:
10
.env.example
10
.env.example
@@ -3,12 +3,10 @@
|
||||
NEXT_PUBLIC_BASE_URL=
|
||||
|
||||
# required. storage for hit counter endpoints at /api/count and /api/hits.
|
||||
# currently uses MySQL, but this can be changed to use Postgres, SQLite, etc in prisma/schema.prisma.
|
||||
# https://www.prisma.io/docs/orm/reference/connection-urls#examples
|
||||
# https://planetscale.com/docs/concepts/connection-strings
|
||||
# note: this might be automatically provided by a Vercel integration; see: https://vercel.com/integrations#databases
|
||||
# vercel env pull .env.local --environment=production
|
||||
DATABASE_URL=
|
||||
# currently uses SQLite via Turso, but this can be changed to use MySQL, Postgres, etc in prisma/schema.prisma.
|
||||
# https://docs.turso.tech/sdk/ts/orm/prisma
|
||||
TURSO_DATABASE_URL=
|
||||
TURSO_AUTH_TOKEN=
|
||||
|
||||
# requred. used for /projects grid, built with SSG. only needs the "public_repo" scope since we don't need/want to
|
||||
# showcase any private repositories, obviously.
|
||||
|
Reference in New Issue
Block a user