diff options
| author | Teddy Wing | 2013-05-03 08:06:12 -0400 |
|---|---|---|
| committer | Teddy Wing | 2013-05-03 08:06:12 -0400 |
| commit | 1d4df38337b11d3de554b1b6c0d0d3382ecfef2a (patch) | |
| tree | 2b545b1909b59badcfd48c0bca4ec20b1375c2ee /config.js | |
| parent | f61952a5e5afd4a7f54b669d315474b267268317 (diff) | |
| download | Who-am-I-1d4df38337b11d3de554b1b6c0d0d3382ecfef2a.tar.bz2 | |
Get rid of Parse.com API keys
Deciding to not completely clear them from history, so don't use them
please.
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 |
