Initial support for Heroku Deployment

This commit is contained in:
Wyatt Johnson
2016-12-20 17:33:18 -07:00
parent 9d22dcd0d4
commit 36c9f51aa8
9 changed files with 64 additions and 71 deletions
+4 -5
View File
@@ -1,10 +1,9 @@
#!/usr/bin/env node
/**
* Setup the debug paramater.
*/
process.env.DEBUG = process.env.TALK_DEBUG;
// Perform rewrites to the runtime environment variables based on the contents
// of the process.env.REWRITE_ENV if it exists. This is done here as it is the
// entrypoint for the entire application.
require('env-rewrite').rewrite();
/**
* Module dependencies.