sharing the env paths
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-09-12 11:21:47 +02:00
parent be3574a071
commit 98395b112d
2 changed files with 3 additions and 1 deletions

3
.env Normal file
View File

@ -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'

1
.gitignore vendored
View File

@ -17,7 +17,6 @@
.env.development.local .env.development.local
.env.test.local .env.test.local
.env.production.local .env.production.local
.env
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*