summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfahim-oscad2016-08-08 14:45:09 +0530
committerfahim-oscad2016-08-08 14:45:09 +0530
commitee69b44684a3b3c8d5452bc07c7a520cbfd5655c (patch)
treeb923dbd2f62249d6886d27650308d559c2b778d3
parent902f29776c87a21c36e5d7c06cc30fba99eb9d74 (diff)
downloadeSimWebApp-ee69b44684a3b3c8d5452bc07c7a520cbfd5655c.tar.gz
eSimWebApp-ee69b44684a3b3c8d5452bc07c7a520cbfd5655c.tar.bz2
eSimWebApp-ee69b44684a3b3c8d5452bc07c7a520cbfd5655c.zip
Updated README
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 30a905f..beb81d0 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,16 @@
2. Open browser and go to http://localhost:4000
+##Setting environment variable
+
+####For test server
+
+ `export NODE_ENV="testing"`
+
+####For development
+
+ `export NODE_ENV="development"`
+
+####For production server
+
+ `export NODE_ENV="production"`