This commit is contained in:
Abhinav Adduri 2017-06-23 11:42:51 -07:00
parent 2b4df1cd51
commit 525c15124a
4 changed files with 25 additions and 5 deletions

View file

@ -44,7 +44,7 @@ conf.validate({ allowed: 'strict' });
const props = conf.getProperties();
module.exports = props;
console.log(props.sentry_dsn)
module.exports.notLocalHost =
props.env === 'production' &&
props.s3_bucket !== 'localhost' &&