From 4820f0a0eb5837f8488adf1c1fb36b5e14ca8853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Fern=C3=A1ndez?= <44572727+abefernan@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:11:31 +0200 Subject: [PATCH] Remove comments from sample envfile --- .env.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index ef6a62e..0770395 100644 --- a/.env.sample +++ b/.env.sample @@ -1,3 +1,2 @@ NEXT_PUBLIC_API_URL=http://localhost:4000/api/v1 -#Optional -#NEXT_PUBLIC_MOCK_API=TRUE +NEXT_PUBLIC_MOCK_API=FALSE