I need to use different accounts provider's configurations when the meteor application runs as Development, Test or Production environment.
You can run it from the root directory of the project or from any subdirectory. Use 'meteor create ' to create a new Meteor project. Commands: run [default] Run this project in local development mode. ... run is the default in case no other command is specified after meteor .
Since Meteor 1.3 these flags work out of the box:
Meteor.isDevelopment Meteor.isProduction Meteor.isTest Meteor.isAppTest
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With