Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
XXX Demo Commit
Browse files Browse the repository at this point in the history
Shows how the variable will be used in production. To demo this,
add REACT_APP_GOOGLE_ANALYTICS_KEY to your `.env.backend` file.

Run `cibuild` and `server`, then check in :6543/ and :8081/
that the variable is logged to the console.
  • Loading branch information
rajadain committed Mar 26, 2019
1 parent 56747aa commit 56309c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<title>Open Apparel Registry (beta)</title>
<!-- Environment Variables -->
<script src="%PUBLIC_URL%/web/environment.js"></script>
<!-- TODO: Replace with actual Google Tag Manager snippet -->
<script>
console.log(window.ENVIRONMENT.REACT_APP_GOOGLE_ANALYTICS_KEY);
</script>
<!--
Rollbar Configuration
https://docs.rollbar.com/docs/browser-js
Expand Down

0 comments on commit 56309c6

Please sign in to comment.