mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-28 11:34:24 +01:00
fix (update): added env files
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,7 +1,6 @@
|
||||
.netlify
|
||||
.env
|
||||
build
|
||||
environments
|
||||
build
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
|
||||
2
environments/.dev.mock-server.env
Normal file
2
environments/.dev.mock-server.env
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
REACT_APP_ENABLE_MOCKS= true
|
||||
2
environments/.dev.prod-server.env
Normal file
2
environments/.dev.prod-server.env
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
REACT_APP_API_END_POINT = https://makers.bolt.fun/.netlify/functions/graphql
|
||||
1
environments/.dev.server.env
Normal file
1
environments/.dev.server.env
Normal file
@@ -0,0 +1 @@
|
||||
REACT_APP_API_END_POINT = http://localhost:8888/dev/graphql
|
||||
0
environments/.preview.env
Normal file
0
environments/.preview.env
Normal file
2
environments/.prod.github.env
Normal file
2
environments/.prod.github.env
Normal file
@@ -0,0 +1,2 @@
|
||||
REACT_APP_FOR_GITHUB=true
|
||||
REACT_APP_API_END_POINT = https://makers.bolt.fun/.netlify/functions/graphql
|
||||
2
environments/.prod.mock-server.env
Normal file
2
environments/.prod.mock-server.env
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
REACT_APP_ENABLE_MOCKS= true
|
||||
Reference in New Issue
Block a user