Hi,
You can use ${env…} for instance.
Regards
JB
> Le 9 nov. 2020 à 14:16, Daniel Las <[email protected]> a écrit :
>
> Hi,
>
> We consider features based deployment in Karaf. Some of our bundles require
> some paths to be configured. Is there a possibility to use variables
> placeholders in features.xml? For example:
>
> <feature name="service">
> <config name="service">
> location=${location.from.variable}
> </config>
> </feature>
>
> where ${location.from.variable} would vary between installations and could be
> provided via environment variable or some other configuration?
>
> Best regards
> --
> Daniel Łaś
>