From e8a5e2cdd3ee6318856660e98ea73a1963440628 Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Tue, 6 Feb 2024 16:16:00 +0000 Subject: [PATCH] fix: env sample --- .env.local.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.local.sample b/.env.local.sample index 6dfe5314..04f8dfd2 100644 --- a/.env.local.sample +++ b/.env.local.sample @@ -1,3 +1,4 @@ NEXT_PUBLIC_API_URL=http://locahost:4000 +NEXT_PUBLIC_WS_URL=ws://localhost:4000/socket NEXT_PUBLIC_QRCODE_HOST=seium.org NEXT_PUBLIC_BACKOFFICE_FEATURE_FLAG=true \ No newline at end of file