From 50a3df40bc8d41271c4cd8d6873a6d4e1dd87b42 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Thu, 20 Jan 2022 19:32:36 +0100 Subject: chore: add a project summary component --- .env.example | 2 ++ 1 file changed, 2 insertions(+) (limited to '.env.example') diff --git a/.env.example b/.env.example index fddbd69..88f4663 100644 --- a/.env.example +++ b/.env.example @@ -6,8 +6,10 @@ AUTHOR_NAME="Your Name" AUTHOR_EMAIL="your@email.com" AUTHOR_URL="https://www.yourWebsite.com/" FEED_DESCRIPTION="What you want..." +GITHUB_USER="YourName" NEXT_PUBLIC_FRONTEND_URL="$FRONTEND_URL" +NEXT_PUBLIC_GITHUB_USER="$GITHUB_USER" NEXT_PUBLIC_GRAPHQL_API="$BACKEND_URL$GRAPHQL_ENDPOINT" # Use this only in development mode. It prevents "unable to verify the first -- cgit v1.2.3