1
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:
2025-02-12 15:12:50 -05:00
parent 92e58805ec
commit 83527e0c61
11 changed files with 128 additions and 372 deletions

View File

@@ -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.