If you have something like my_setting: "2.1" in your file, it gets returned as a Float, the same as my_setting: 2.1 does. I would expect an explicitly quoted value to be returned as a string. I know I can set config.env_parse_values = false, but I don't want all numerics returned as strings.
If you have something like
my_setting: "2.1"in your file, it gets returned as aFloat, the same asmy_setting: 2.1does. I would expect an explicitly quoted value to be returned as a string. I know I can setconfig.env_parse_values = false, but I don't want all numerics returned as strings.