Forráskód Böngészése

create .env file for production. Add images folder to gitignore

Tatiana Inama 6 éve
szülő
commit
3cf557201e
2 módosított fájl, 7 hozzáadás és 1 törlés
  1. 2 1
      .gitignore
  2. 5 0
      recipes/.env.production

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@ node_modules
 ktchn/node_modules
 package-lock.json
 lib
-ktchn/.env
+ktchn/.env
+ktchn/src/public

+ 5 - 0
recipes/.env.production

@@ -0,0 +1,5 @@
+SASS_PATH=node_modules:src
+NODE_PATH=src/
+REACT_APP_API_RECIPES='/api/recipes'
+REACT_APP_API_PLANNER='/api/planner'
+REACT_APP_API_SHOPPING='/api/shopping'