diff options
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,4 +5,9 @@ config.tms = { key: process.env.TMS_API_KEY }; +config.parse = { + application_id: process.env.PARSE_COM_APPLICATION_ID, + javascript_key: process.env.PARSE_COM_JAVASCRIPT_KEY +}; + module.exports = config;
\ No newline at end of file |
