From 52896d490a431f05f5353dad266f1b8441eb32d2 Mon Sep 17 00:00:00 2001 From: Johannes <72809645+jobenjada@users.noreply.github.com> Date: Tue, 15 Aug 2023 14:12:03 +0200 Subject: [PATCH] Add explainer note to demo app env example Add explainer note to demo app env example --- apps/demo/.env.example | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/demo/.env.example b/apps/demo/.env.example index 134363667c..e6c657045e 100644 --- a/apps/demo/.env.example +++ b/apps/demo/.env.example @@ -1,2 +1,5 @@ NEXT_PUBLIC_FORMBRICKS_API_HOST=http://localhost:3000 -NEXT_PUBLIC_FORMBRICKS_ENVIRONMENT_ID=YOUR_ENVIRONMENT_ID \ No newline at end of file +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.