From 6ccbd559fb88886daa4e491ef60f0dd8500a1b59 Mon Sep 17 00:00:00 2001 From: Johannes Date: Sun, 8 Oct 2023 16:31:27 +0530 Subject: [PATCH] Reset env in demo app --- apps/demo/.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/demo/.env.example b/apps/demo/.env.example index 16c78f9d4e..e6c657045e 100644 --- a/apps/demo/.env.example +++ b/apps/demo/.env.example @@ -1,5 +1,5 @@ -NEXT_PUBLIC_FORMBRICKS_API_HOST= -NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID= +NEXT_PUBLIC_FORMBRICKS_API_HOST=http://localhost:3000 +NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID=YOUR_ENVIRONMENT_ID # Copy the environment ID for the URL of your Formbricks App and # paste it above to connect your Formbricks App with the Demo App.