Skip to Content
1
Former Member
Aug 09, 2016 at 04:11 PM

How do you deliver your localextension.xml / local.properties to multiple developers / configs?

180 Views

Dear all,

I wonder what is your best practice to distribute changes made to your local.properties or localextension.xml to different configuration files? We have all your configs checked in to your git repository e.g.

config-dev1 config-dev2 config-devx...

config-production config-preview

etc.

Right now I am copying the values to each of the config directories, which doesnt seem to be very convenient. Any advice?