Skip to content

Commit d62a6d7

Browse files
authored
fix: config schema (prebid#5222)
1 parent a195236 commit d62a6d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

prebid-server/features/pbs-storedreqs-go.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Configure your server to read stored requests from the filesystem:
1313

1414
```yaml
1515
stored_requests:
16-
filesystem: true
16+
filesystem:
17+
enabled: true
1718
```
1819
1920
Choose an ID to reference your stored request data. Throughout this doc, replace {id} with the ID you've chosen.

0 commit comments

Comments
 (0)