mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-15 05:25:33 -04:00
running back to postgres, once again...
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
NEXT_PUBLIC_BASE_URL=
|
||||
|
||||
# required. storage for hit counter endpoints at /api/count and /api/hits.
|
||||
# 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=
|
||||
# currently uses Postgres, but this can be changed in prisma/schema.prisma.
|
||||
# https://www.prisma.io/docs/postgres/overview
|
||||
DATABASE_URL=
|
||||
|
||||
# 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