Skip to content

Commit

Permalink
Read default config file
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Dec 16, 2024
1 parent 2bb8147 commit aff8b07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@


# Cache databases to avoid progress bar in code examples ------------------
_config = audb.core.config.load_configuration_file(
audb.core.config.global_config_file,
)
audb.config.REPOSITORIES = [
audb.Repository(
name="audb-public",
host="s3.dualstack.eu-north-1.amazonaws.com",
backend="s3",
)
audb.Repository(repo["name"], repo["host"], repo["backend"])
for repo in _config["repositories"]
]
database_name = "emodb"
database_version = "1.4.1"
Expand Down

0 comments on commit aff8b07

Please sign in to comment.