From ea4937197f987d21c939059a201fe06d69b079d2 Mon Sep 17 00:00:00 2001 From: Hemang Sarkar Date: Mon, 17 Feb 2025 16:01:05 +0100 Subject: [PATCH] Update .env --- .env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env b/.env index 419976f..ab9c670 100644 --- a/.env +++ b/.env @@ -1 +1,5 @@ +# This specifies the Invariant Explorer instance where the proxy will push the traces +# Set this to https://preview-explorer.invariantlabs.ai if you want to push to Preview. +# If you want to push to a local instance of explorer, then specify the app-api docker container name like: +# http://:8000 to push to the local explorer instance. INVARIANT_API_URL=https://explorer.invariantlabs.ai