AEM osgiconfig node for different profile.
Hi Team,
As I have three Instances for aem one is author , publish and development, For this I have created three folders like config.author, config.publish and config.development and created three sling:osgiConfig node with the same name but multiple copies in each of the folder,
And now with the help of data-sly-use I am able to use the node properties.
But the problem here is in data-sly-use i Have to give the complete path of the node which included config.author and so.
I have diff configuration for diff env for which i have to change the path in every env.
Please let me know how to use relative path and value of those propeties in my HTML.
Thanks