Hide some parts from the self-deployed service

This commit is contained in:
Jori Lallo
2016-10-14 13:08:25 -07:00
parent da94f06a81
commit fc6562df01
4 changed files with 27 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ const definePlugin = new webpack.DefinePlugin({
SLACK_REDIRECT_URI: JSON.stringify(process.env.SLACK_REDIRECT_URI),
SLACK_KEY: JSON.stringify(process.env.SLACK_KEY),
URL: JSON.stringify(process.env.URL),
DEPLOYMENT: JSON.stringify(process.env.DEPLOYMENT || 'hosted'),
});
module.exports = {