omc / searchyll

GNU General Public License v3.0
48 stars 15 forks source link

Add feature - environments support #50

Open NullableInt opened 4 years ago

NullableInt commented 4 years ago

Hello! I've started using seachyll and I wanted it to support not running in all environments to make configuration and setup easier for myself so I added support for an array key named environments so users can disable pushing to ElasticSearch when running in speccified environments.

Many thanks to @asbjornu for help and comments to this.