462
461
self.overrides = DatabaseConfigOverrides()
472
463
def _getConfigSections(self):
473
464
"""Returns a list of sections to search for database configuration.
475
466
The first section in the list has highest priority.
484
473
def __getattr__(self, name):
485
474
sections = self._getConfigSections()