diff options
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.js b/config.js new file mode 100644 index 0000000..8c417ee --- /dev/null +++ b/config.js @@ -0,0 +1,8 @@ +var config = {} + +config.tms = { + host: 'http://data.tmsapi.com', + key: process.env.TMS_API_KEY +}; + +module.exports = config;
\ No newline at end of file |
