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

Exclude EE Information by default #88

Closed LucaNerlich closed 1 year ago

LucaNerlich commented 1 year ago

Hi,

I believe /config/sync/core-store.ee_information.json should be excluded by default. Otherwise the license could be commited in plaintext to the repo by accident.

The json file

{
  "key": "ee_information",
  "value": {
    "lastCheckAt": 1677655928783,
    "license": "my-license-in-plaintext"
  },
  "type": null,
  "environment": null,
  "tag": null
}
boazpoolman commented 1 year ago

Agreed! Do you want to put up a PR? Otherwise I’ll make the change myself.

Thanks for the donation ❤️ Much appreciated.

boazpoolman commented 1 year ago

This was released with v1.1.2