[Migrate][Config Files] How to migrate configuration file from a computer to another?
I'm not the AEM expert or familar to it.
I'm just the BE developer need AEM to run my FE project.
I'm currently at the URL: http://localhost:4502/system/console/configMgr
and I'm supposed to config all the thing in my local environment like UAT env.
But as a BE dev, I'm guessing that AEM is just like an regular app, it must store config data somewhere.
One of my opinion is copy the configuration file on UAT to my local env.
Another is more modern, export the settings to a file and import it to my local env.
What can I do with this situation?