added configurable root directory in .env* files

This commit is contained in:
Malar Kannan
2018-08-03 00:11:14 +05:30
parent 6bdb8b6174
commit dc9c0d5e59
8 changed files with 21 additions and 13 deletions

2
.env.development Normal file
View File

@@ -0,0 +1,2 @@
REACT_APP_API_HOST="http://localhost:3000/toast/"
REACT_APP_API_DIR="/toast/"