Add API_SECRET var to Heroku deployment setup

This commit is contained in:
jimsiff
2014-11-19 18:48:33 -08:00
parent 405344348d
commit f25f51248a
+4
View File
@@ -6,6 +6,10 @@
"description": "The mongo collection to connect to.",
"value": "entries"
}
"API_SECRET": {
"description": "User generated password required for REST API and other features (12 character minimum).",
"value": ""
}
},
"addons": [
"mongolab"