From 800e148ff2d11fe779c94542f4cd14c6349d21c3 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 5 Apr 2020 22:34:33 +0300 Subject: [PATCH] env variables support --- .env | 1 + Notes | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..d807ddc --- /dev/null +++ b/.env @@ -0,0 +1 @@ +REACT_APP_TEST_KEY = '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!' \ No newline at end of file diff --git a/Notes b/Notes index 6fbbf07..f760b17 100644 --- a/Notes +++ b/Notes @@ -1,3 +1,2 @@ -test commit -test commit 2 -test commit 3 \ No newline at end of file +Test env variable: +console.log(process.env.REACT_APP_TEST_KEY); \ No newline at end of file