fitsharp icon indicating copy to clipboard operation
fitsharp copied to clipboard

Variables in config files

Open jediwhale opened this issue 14 years ago • 1 comments

Part of general review of how to do config best.

e.g. AddAssembly>server\bin${config}\framework.dll /AddAssembly>

jediwhale avatar Sep 13 '10 23:09 jediwhale

We would find this useful too.

Support for expanding regular old environment variables in configuration values would be enough for us, e.g.

<AddAssembly>server\bin%CONFIG%\framework.dll</AddAssembly>

Of course, the ${config} syntax would work too, but I'm so used to the batch syntax that it feels natural.

kimgr avatar Sep 02 '11 07:09 kimgr