Set up production variables

This commit is contained in:
terakilobyte
2015-06-15 18:24:26 -04:00
parent 472834e39b
commit a334b9870c
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
module.exports = {
host: process.env.HOST || 'localhost'
};