env variables support

master
Tudor Stanciu 2020-04-05 22:34:33 +03:00
parent aba952b9bb
commit 800e148ff2
2 changed files with 3 additions and 3 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
REACT_APP_TEST_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'

5
Notes
View File

@ -1,3 +1,2 @@
test commit
test commit 2
test commit 3
Test env variable:
console.log(process.env.REACT_APP_TEST_KEY);