From 98395b112d6822c8c0ba4ffb2474b4d60981437f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 12 Sep 2024 11:21:47 +0200 Subject: [PATCH] sharing the env paths --- .env | 3 +++ .gitignore | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .env 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*