Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
None
Description
It will be very nice if you'll add the ability to save a configuration file with the interpolation data.
so if my config file is :
my_home=127.0.0.1
my_place=Is ${my_home}
when I save the configuration (let's say with save(true)) it will look like
my_home=127.0.0.1
my_place=Is 127.0.0.1
Thank you!