Skip to content

Commit

Permalink
adds reference to example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Jul 28, 2024
1 parent 0e8f54b commit 361c4db
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ providers.
4. **Default Argument Values**: These are the values specified in the function's signature.
They have the lowest priority in the provider hierarchy.

:::tip
Implement and use your own config provider by just providing loader function. See [example](../../examples/custom_config_provider) for `yaml` based config that
supports switchable profiles.
:::

### Example

```py
Expand Down

0 comments on commit 361c4db

Please sign in to comment.