summaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example9
1 files changed, 9 insertions, 0 deletions
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