How can I deactivate the cluster synchronisation of configuration files? So that I can use different configurations on my cluster nodes.
Procedure to deactivate the synchronisation of configuration files in cluster:
default.config.sync
to disabled
(default.config.sync = cluster)touch
on all the config files that use factories (config file that contains a "-" separator in the last part, like: org.jahia.modules.graphql.provider-default.cfg)Now all configuration will be local to the Jahia nodes, and configuration synchronisation is completely disabled.