This is a breaking change that will use the TOML format for configuration hereafter.
TOML is better than INI format as it can have collection of objects support. Also, the changes we need to make to convert the existing INI config files to TOML is very easy compared to Yaml.
This is a breaking change that will use the TOML format for configuration hereafter.
TOML is better than INI format as it can have collection of objects support. Also, the changes we need to make to convert the existing INI config files to TOML is very easy compared to Yaml.
[INI Sample] [Server] port=8082
[TOML Sample] [Server] port="8083"