From 3964857d24dde0b9bfeaf4fb1689e3df9788f0e4 Mon Sep 17 00:00:00 2001 From: Prev Wong Date: Fri, 28 Feb 2020 15:14:03 +0800 Subject: [PATCH] set development as default --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index c947ef612..a3f97bc83 100644 --- a/config.js +++ b/config.js @@ -15,5 +15,5 @@ module.exports = { DOCUMENTATION: "http://localhost:3000/r/docs/overview/", BASIC_EXAMPLE: "http://localhost:3002/" } - }[process.env.ENV || 'staging'] + }[process.env.ENV || 'development'] }