From 5bc55ac0a801cbe82c41a10f7e680612be4deaf8 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 13 Dec 2021 16:42:50 +0100 Subject: chore: create homepage with graphql data --- .env.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .env.example (limited to '.env.example') diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..c4ddb0e --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +BACKEND_URL="https://www.backend.com" +GRAPHQL_ENDPOINT="/graphql" + +NEXT_PUBLIC_GRAPHQL_API="$BACKEND_URL$GRAPHQL_ENDPOINT" + +# Use this only in development mode. It prevents "unable to verify the first +# certificate" error when using a local domain with mkcert certificate for +# backend. +#NODE_TLS_REJECT_UNAUTHORIZED=0 -- cgit v1.2.3