From ec833fbe22ff2e826fece127c1fe1cb30962bbc1 Mon Sep 17 00:00:00 2001 From: r-freeman Date: Mon, 10 Apr 2023 23:20:18 +0100 Subject: [PATCH] Updated README and .env.example --- .env.example | 8 ++++---- README.md | 4 +--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.env.example b/.env.example index 955ffd3..946bbbf 100644 --- a/.env.example +++ b/.env.example @@ -2,13 +2,13 @@ SPOTIFY_CLIENT_ID= SPOTIFY_CLIENT_SECRET= SPOTIFY_REFRESH_TOKEN= NEXT_PUBLIC_SITE_URL=https://example.com -DATABASE_URL= -SHADOW_DATABASE_URL= GITHUB_ACCESS_TOKEN= GITHUB_USERNAME= -STATSFM_USERNAME= GITHUB_CLIENT_ID= GITHUB_SECRET= +STATSFM_USERNAME= GRAFANA_URL= GRAFANA_TOKEN= -NEXTAUTH_SECRET= \ No newline at end of file +NEXT_PUBLIC_SUPABASE_URL= +NEXT_PUBLIC_SUPABASE_ANON_KEY= +SUPABASE_SERVICE_ROLE_KEY= \ No newline at end of file diff --git a/README.md b/README.md index a0bd5a9..455ee1f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ and skills, as well as provide information about me and my interests. - Language: [TypeScript](https://www.typescriptlang.org/) - Framework: [Next.js](https://nextjs.org/) -- Database: [Supabase](https://supabase.com/) (Postgres) -- ORM: [Prisma](https://www.prisma.io/) +- Database: [Supabase](https://supabase.com/) - Deployment: [Vercel](https://vercel.com/) - Styling: [Tailwind CSS](https://tailwindcss.com/) - Integrations: [Spotify](https://spotify.com/) @@ -20,7 +19,6 @@ and skills, as well as provide information about me and my interests. - `pages/api/` - API routes for article views and Spotify integrations. - `pages/writing/` - Blog posts written in MDX format (Markdown in JSX). - `pages/` - Contains all other static pages like about, projects and uses. -- `prisma/` - Prisma schema which describes the structure of the Supabase postgres database. - `public/` - Used for static files such as icons and images. - `styles/` - Contains the stylesheets for Tailwind and Prism. - `types/` - Types for various components in the project.