aboutsummaryrefslogtreecommitdiffstats
path: root/config.js
diff options
context:
space:
mode:
authorTeddy Wing2013-05-03 08:06:12 -0400
committerTeddy Wing2013-05-03 08:06:12 -0400
commit1d4df38337b11d3de554b1b6c0d0d3382ecfef2a (patch)
tree2b545b1909b59badcfd48c0bca4ec20b1375c2ee /config.js
parentf61952a5e5afd4a7f54b669d315474b267268317 (diff)
downloadWho-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.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.js b/config.js
index 8c417ee..f1b1128 100644
--- a/config.js
+++ b/config.js
@@ -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