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.