My application gets configured via a lot of key/values (let\'s say 30.000 for instance)
I want to find the best deployment method for these configurations, knowing that
If you want structured, I'd say ini files using the parse_ini_file function.