fix (update): added env files

This commit is contained in:
MTG2000
2022-03-24 17:56:47 +02:00
parent 90e0ce7c33
commit 45df502b38
7 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,7 +1,6 @@
.netlify
.env
build
environments
build
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies

View File

@@ -0,0 +1,2 @@
REACT_APP_ENABLE_MOCKS= true

View File

@@ -0,0 +1,2 @@
REACT_APP_API_END_POINT = https://makers.bolt.fun/.netlify/functions/graphql

View File

@@ -0,0 +1 @@
REACT_APP_API_END_POINT = http://localhost:8888/dev/graphql

View File

View File

@@ -0,0 +1,2 @@
REACT_APP_FOR_GITHUB=true
REACT_APP_API_END_POINT = https://makers.bolt.fun/.netlify/functions/graphql

View File

@@ -0,0 +1,2 @@
REACT_APP_ENABLE_MOCKS= true