diff --git a/config.js b/config.js index bde42f6..793b8a1 100644 --- a/config.js +++ b/config.js @@ -30,7 +30,8 @@ var config = { portal: { url: protocol + '://' + user + '-r3-portal.' + domain }, - db: {} + db: {}, + environment : environment }; if (typeof module !== 'undefined') {