Exemple #1
0
def load_configuration(filesystem, override=None):
    path = settings_file_path('config.txt', filesystem, override)
    logger.debug("Loading config from path: %s" % path)
    return configuration.from_store(ConfigFileBackingStore(path))
Exemple #2
0
def load_configuration(filesystem, override=None):
    path = settings_file_path('config.txt', filesystem, override)
    logger.debug("Loading config from path: %s" % path)
    return configuration.from_store(ConfigFileBackingStore(path))