We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d0126 commit 377680eCopy full SHA for 377680e
conf/default-config.json
@@ -32,5 +32,17 @@
32
"partners_metadata_path": null,
33
"partners_config_path": "partners/config.json",
34
"operator_type": "public",
35
- "uid_instance_id_prefix": "local-optout"
+ "uid_instance_id_prefix": "local-optout",
36
+ "optout_enqueue_sqs_enabled": false,
37
+ "optout_sqs_queue_url": null,
38
+ "optout_sqs_s3_folder": "sqs-delta",
39
+ "optout_sqs_max_queue_size": 0,
40
+ "optout_sqs_max_messages_per_poll": 10,
41
+ "optout_sqs_visibility_timeout": 300,
42
+ "optout_delta_job_timeout_seconds": 10800,
43
+ "optout_s3_bucket_dropped_requests": null,
44
+ "optout_max_messages_per_file": 10000,
45
+ "traffic_filter_config_path": null,
46
+ "traffic_calc_config_path": null,
47
+ "manual_override_s3_path": null
48
}
0 commit comments