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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,9 @@ For `JVM` metrics
284
284
-`cache.scheme` - set the external Cache Service protocol: `http`, `https`, etc.
285
285
-`cache.host` - set the external Cache Service destination in format `host:port`.
286
286
-`cache.path` - set the external Cache Service path, for example `/cache`.
287
+
-`cache.internal.scheme` - set the internal Cache Service protocol: `http`, `https`, etc., the internal scheme get priority over the external one when provided.
288
+
-`cache.internal.host` - set the internal Cache Service destination in format `host:port`, the internal port get priority over the external one when provided.
289
+
-`cache.internal.path` - set the internal Cache Service path, for example `/cache`, the internal path get priority over the external one when provided.
287
290
-`storage.pbc.enabled` - If set to true, this will allow storing modules’ data in third-party storage.
288
291
-`storage.pbc.path` - set the external Cache Service path for module caching, for example `/pbc-storage`.
289
292
-`cache.api-key-secured` - if set to `true`, will cause Prebid Server to add a special API key header to Prebid Cache requests.
0 commit comments