You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config-app.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -370,9 +370,6 @@ contain 'WHERE last_updated > ?' for MySQL and 'WHERE last_updated > $1' for Pos
370
370
For targeting available next options:
371
371
- `settings.targeting.truncate-attr-chars`- set the max length for names of targeting keywords (0 means no truncation).
372
372
373
-
For modules:
374
-
- `settings.modules.require-config-to-invoke`- when enabled it requires a runtime config to exist for a module.
375
-
376
373
## Host Cookie
377
374
- `host-cookie.optout-cookie.name`- set the cookie name for optout checking.
378
375
- `host-cookie.optout-cookie.value`- set the cookie value for optout checking.
@@ -443,6 +440,10 @@ If not defined in config all other Health Checkers would be disabled and endpoin
443
440
- `analytics.pubstack.buffers.count`- threshold in events count for buffer to send events
444
441
- `analytics.pubstack.buffers.report-ttl-ms`- max period between two reports.
445
442
443
+
## Modules
444
+
- `hooks.admin.module-execution`- a key-value map, where a key is a module name and a value is a boolean, that defines whether modules hooks should/should not be always executed; if the module is not specified it is executed by default when it's present in the execution plan
445
+
- `settings.modules.require-config-to-invoke`- when enabled it requires a runtime config to exist for a module.
446
+
446
447
## Debugging
447
448
- `debug.override-token`- special string token for overriding Prebid Server account and/or adapter debug information presence in the auction response.
0 commit comments