Closed LucaNerlich closed 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.
/config/sync/core-store.ee_information.json
The json file
{ "key": "ee_information", "value": { "lastCheckAt": 1677655928783, "license": "my-license-in-plaintext" }, "type": null, "environment": null, "tag": null }
Agreed! Do you want to put up a PR? Otherwise I’ll make the change myself.
Thanks for the donation ❤️ Much appreciated.
This was released with v1.1.2
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