diff --git a/.env b/.env new file mode 100644 index 0000000..e498118 --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +REACT_APP_BASE_URL='https://back.stay-safe-lhoist.com/wp-json/wp/v2"' +REACT_APP_BASE_CUSTOM_URL='https://back.stay-safe-lhoist.com/wp-json/lhoist-datas' +REACT_APP_WORDPRESS_POST_STATS_URL='https://back.stay-safe-lhoist.com/wp-json/lhoist-datas/statistics/post' diff --git a/.gitignore b/.gitignore index 7d5217e..9d850e9 100644 --- a/.gitignore +++ b/.gitignore @@ -17,7 +17,6 @@ .env.development.local .env.test.local .env.production.local -.env npm-debug.log* yarn-debug.log* yarn-error.log*