diff --git a/config/config.js b/config/config.js index c73f3d8d90..ee06bc6e38 100644 --- a/config/config.js +++ b/config/config.js @@ -71,7 +71,7 @@ var validateEnvironmentVariable = function () { /** Validate config.domain is set */ var validateDomainIsSet = function (config) { - if (!config.app.domain) { + if (!config.domain) { console.log(chalk.red('+ Important warning: config.domain is empty. It should be set to the fully qualified domain of the app.')); } };