Skip to content

Commit

Permalink
Merge pull request guardian#4367 from eelpie/doc-GuardianUsageRightsC…
Browse files Browse the repository at this point in the history
…onfig-as-object

Documentation fix; correct usageRightsConfigProvider class name for GuardianUsageRightsConfig
  • Loading branch information
andrew-nowak authored Nov 11, 2024
2 parents 0ea47cb + 0c3b652 commit d64a0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/07-extending/04-usage-rights.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ implementations are provided out of the box in the Grid.
below.

```hocon
usageRightsConfigProvider = "com.gu.mediaservice.lib.guardian.GuardianUsageRightsConfig"
usageRightsConfigProvider = "com.gu.mediaservice.lib.guardian.GuardianUsageRightsConfig$"
```

* `RuntimeUsageRightsConfig` - that fetches the data from the application configuration. To use this provider and
Expand Down

0 comments on commit d64a0c7

Please sign in to comment.