diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
