pluginpal / strapi-plugin-config-sync

:recycle: CLI & GUI for continuous migration of config data across environments
https://www.pluginpal.io/plugin/config-sync
MIT License
255 stars 37 forks source link

fix: Remove recursive config sanitisation #113

Closed boazpoolman closed 1 year ago

boazpoolman commented 1 year ago

What does it do?

As of #93 all configuration files would be sanitized recursively. That resulted in some unwanted behaviour (see #110) and turned out to be unnecessary.

This PR removes that recursive sanitisation.

Why is it needed?

To solve #110

How to test it?

  1. Replicate #110
  2. Update the plugin to make use of this PR:
yarn add boazpoolman/strapi-plugin-config-sync#pull/113/head
  1. See the issue being fixed.