primeui icon indicating copy to clipboard operation
primeui copied to clipboard

Environment Variables

Open camstuart opened this issue 8 years ago • 0 comments

Hi,

I'm using the react version of prime ui.

My understanding of env vars with create react app is to use the prefix: REACT_APP_

But if I modify my start script to include REACT_APP_MY_VAR=foo and then console log process.env it's undefined

My goal is you use env vars to set the address of the backend API for dev and production. What's the correct approach here?

camstuart avatar Jan 28 '18 07:01 camstuart