Return a ‘settings’ object for the current application. A ‘settings’ object is a dictionary-like object that contains key/value pairs based on the dictionary passed as the settings argument to the repoze.bfg.configuration.Configurator constructor or the repoze.bfg.router.make_app() API.
Note
For backwards compatibility, dictionary keys can also be looked up as attributes of the settings object.