Reasoning: * If Toolkit is managed by a package manager, then it shouldn't put config in a library directory (confusing, hard to manage) * Cases where there should be site-specific configuration (i.e an INI per site) * This could be done through say, an environment variable, or in code. The former seems preferable because then it wouldn't require code changes.