Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

274 searchpath #1450

Merged
merged 4 commits into from Mar 5, 2021
Merged

274 searchpath #1450

merged 4 commits into from Mar 5, 2021

Conversation

omry
Copy link
Collaborator

@omry omry commented Mar 4, 2021

Closes #274

Adds support for configuring the config search path from the primary config (and only the primary config).

Example:
config.yaml

foo: bar
hydra:
  searchpath:
    - pkg://foo.bar
    - file:///etc/foo

NOTE:
Does not include documentation yet. followup task to document #1449.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 4, 2021
@omry omry merged commit 7e7832f into master Mar 5, 2021
@omry omry deleted the 274_searchpath branch March 5, 2021 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow configuring the search path via the config file
2 participants