Skip to content

Commit 5ada76d

Browse files
committed
config updates
1 parent 246f5d1 commit 5ada76d

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

conf/default-config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"optout_observe_only": false,
1010
"optout_s3_path_compat": false,
1111
"optout_partner_endpoint_mock": false,
12-
"optout_add_entry_timeout_ms": 1000,
1312
"optout_data_dir": "/opt/uid2/optout/",
14-
"optout_replica_uris": null,
1513
"optout_producer_replica_id": -1,
1614
"optout_producer_replica_id_offset": 0,
1715
"optout_producer_max_replicas": 3,
@@ -24,8 +22,6 @@
2422
"optout_delete_expired": true,
2523
"optout_s3_bucket": null,
2624
"optout_s3_folder": null,
27-
"optout_legacy_producer_s3_folder": null,
28-
"optout_sqs_s3_folder": null,
2925
"optout_sqs_queue_url": null,
3026
"cloud_download_threads": 8,
3127
"cloud_upload_threads": 2,
@@ -36,7 +32,6 @@
3632
"partners_config_path": "partners/config.json",
3733
"operator_type": "public",
3834
"uid_instance_id_prefix": "local-optout",
39-
"optout_enqueue_sqs_enabled": false,
4035
"optout_sqs_max_queue_size": 0,
4136
"optout_sqs_max_messages_per_poll": 10,
4237
"optout_sqs_visibility_timeout": 300,
@@ -46,4 +41,4 @@
4641
"traffic_filter_config_path": null,
4742
"traffic_calc_config_path": null,
4843
"manual_override_s3_path": null
49-
}
44+
}

conf/integ-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"att_token_enc_salt": "<salt-for-attestation-token>",
66
"optout_s3_folder": "optout/",
77
"optout_internal_api_token": "test-optout-internal-key",
8-
"optout_replica_uris": "http://localhost:8081/optout/write,http://localhost:8081/optout/write,http://localhost:8081/optout/write",
98
"partners_config_path": "/com.uid2.core/test/partners/config.json",
109
"partners_metadata_path": "http://localhost:8088/partners/refresh",
1110
"operators_metadata_path": "http://localhost:8088/operators/refresh",
1211
"core_attest_url": "http://localhost:8088/attest",
1312
"core_api_token": "trusted-partner-key",
1413
"enforceJwt": false,
1514
"uid_instance_id_prefix": "local-optout"
16-
}
15+
}

conf/local-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"optout_partner_endpoint_mock": true,
88
"optout_internal_api_token": "test-optout-internal-key",
99
"optout_producer_max_replicas": 1,
10-
"optout_replica_uris": "http://127.0.0.1:8081/optout/write,http://127.0.0.1:8081/optout/write,http://127.0.0.1:8081/optout/write",
1110
"partners_config_path": "/com.uid2.core/test/partners/config.json",
1211
"partners_metadata_path": "/com.uid2.core/test/partners/metadata.json",
1312
"clients_metadata_path": "/com.uid2.core/test/clients/metadata.json",
@@ -18,4 +17,4 @@
1817
"optout_url": "http://localhost:8081",
1918
"enforceJwt": false,
2019
"uid_instance_id_prefix": "local-optout"
21-
}
20+
}

conf/local-e2e-docker-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"optout_producer_max_replicas": 1,
1313
"optout_s3_folder": "optout-v2/",
1414
"optout_internal_api_token": "test-optout-internal-key",
15-
"optout_replica_uris": "http://localhost:8081/optout/write,http://localhost:8081/optout/write,http://localhost:8081/optout/write",
1615
"optout_producer_replica_id": 0,
1716
"optout_delta_rotate_interval": 60,
1817
"partners_metadata_path": "http://core:8088/partners/refresh",

0 commit comments

Comments
 (0)