From b5a1f0f7ab6658ee3e797e69b01ce4f6ae64d938 Mon Sep 17 00:00:00 2001 From: Lavinia Talpas Date: Tue, 8 Aug 2023 11:33:03 +0300 Subject: [PATCH] add comments to env --- .env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env b/.env index 356d2749e..2c44c7c48 100644 --- a/.env +++ b/.env @@ -4,7 +4,10 @@ PORT = 443 PROTOCOL = "https" NETWORK_ID = 1 +# index API IP_INDEXER = "indexer-demo.avax.network" + +# socket PROTOCOL_WS = "ws" HOST = "localhost"