Skip to content

Commit

Permalink
Merge pull request #4162 from xarlybovi/fix-web-env-vars
Browse files Browse the repository at this point in the history
fix(web): add missing injected web env vars
  • Loading branch information
scopsy authored Sep 26, 2023
2 parents 2d2e70d + 77f2d8f commit 15e7f30
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/web/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ REACT_APP_DOCKER_HOSTED_ENV=
REACT_APP_INTERCOM_APP_ID=
REACT_APP_SEGMENT_KEY=
REACT_APP_SENTRY_DSN=
LOGROCKET_ID=

REACT_APP_BLUEPRINTS_API_URL=
REACT_APP_MAIL_SERVER_DOMAIN=
REACT_APP_LAUNCH_DARKLY_CLIENT_SIDE_ID=
REACT_APP_LOGROCKET_ID=
IS_TEMPLATE_STORE_ENABLED=
IS_MULTI_PROVIDER_CONFIGURATION_ENABLED=
IS_MULTI_TENANCY_ENABLED=

0 comments on commit 15e7f30

Please sign in to comment.