From 0d1eae0f408de62dc9873799ff135f2389f96bb2 Mon Sep 17 00:00:00 2001 From: chemik-bit Date: Thu, 20 Jun 2024 22:27:43 +0200 Subject: [PATCH] production .env updates --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 546040c7..ba536f8d 100644 --- a/.env.example +++ b/.env.example @@ -25,5 +25,5 @@ CALENDLY_EVENT_UUID=yy #Enable local api startup NEXT_PUBLIC_API_URL=http://localhost:8000 -ENVIRONMENT=development +NEXT_PUBLIC_ENVIRONMENT=development