- Issue created by @joachim
- 🇫🇷France Grimreaper France 🇫🇷
Hi,
I don't think this is an Entity Share problem :)
I think it falls in the problem of any config you may want on an environment and not on another.
Proposal 1:
- use config_exclude_modules in settings.php to exclude all entity share modules from exported config
- script the activation and configuration of Entity Share Client on live and Entity Share Server on staging
- also with config overrides in settings.php with env variables if needed or it it helpsProposal 2:
- use Config Split and create one split for live and one split for stagingProposal 3:
- other workflow similar to the proposed ones above but with your favorite config tools - 🇬🇧United Kingdom joachim
> I don't think this is an Entity Share problem :)
Agreed :)
I'm just curious what other people have come up with for managing this scenario.