reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

chore: remove auto-loading of settings/settings.json file in CLI #63

Closed kieckhafer closed 6 years ago

kieckhafer commented 6 years ago

The CLI portion of https://github.com/reactioncommerce/reaction/pull/3951

This PR removes the code which auto-loads settings/settings.json when Reaction starts, which means auto-loading of meteor settings, via this file, is disabled.

These settings can still be passed in with flags or ENV variables in https://github.com/reactioncommerce/reaction