How a meteor application knows if it’s running on development, test or production environment? August 26, 2023 by Tarik Since Meteor 1.3 these flags work out of the box: Meteor.isDevelopment Meteor.isProduction Meteor.isTest Meteor.isAppTest