Skip to content
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-operator</artifactId>
<version>5.62.4</version>
<version>5.62.7-alpha-573-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion scripts/aws/conf/euid-integ-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"runtime_config_metadata_path": "https://core.integ.euid.eu/operator/config",
"optout_s3_folder": "optout/",
"identity_scope": "euid",
"encrypted_files": true
"encrypted_files": false
}
2 changes: 1 addition & 1 deletion scripts/aws/conf/euid-prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"enable_phone_support": true,
"enable_v1_phone_support": false,
"enable_v2_encryption": true,
"encrypted_files": true
"encrypted_files": false
}
2 changes: 1 addition & 1 deletion scripts/aws/conf/uid2-integ-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"runtime_config_metadata_path": "https://core-integ.uidapi.com/operator/config",
"optout_s3_folder": "uid-optout-integ/",
"identity_scope": "uid2",
"encrypted_files": true
"encrypted_files": false
}
2 changes: 1 addition & 1 deletion scripts/aws/conf/uid2-prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"identity_token_expires_after_seconds": 259200,
"refresh_token_expires_after_seconds": 2592000,
"refresh_identity_token_after_seconds": 3600,
"encrypted_files": true
"encrypted_files": false
}
2 changes: 1 addition & 1 deletion scripts/azure-cc/conf/integ-uid2-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"runtime_config_metadata_path": "https://core.uidapi.com/operator/config",
"optout_s3_folder": "uid-optout-integ/",
"uid_instance_id_prefix": "unknown",
"encrypted_files": true
"encrypted_files": false
}
2 changes: 1 addition & 1 deletion scripts/azure-cc/conf/prod-uid2-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"optout_s3_folder": "optout-v2/",
"identity_token_expires_after_seconds": 259200,
"uid_instance_id_prefix": "unknown",
"encrypted_files": true
"encrypted_files": false
}
2 changes: 1 addition & 1 deletion scripts/gcp-oidc/conf/integ-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"optout_api_uri": "https://optout.uidapi.com/optout/replicate",
"uid_instance_id_prefix": "unknown",
"optout_s3_folder": "uid-optout-integ/",
"encrypted_files": true
"encrypted_files": false
}
2 changes: 1 addition & 1 deletion scripts/gcp-oidc/conf/prod-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"optout_s3_folder": "optout-v2/",
"identity_token_expires_after_seconds": 259200,
"uid_instance_id_prefix": "unknown",
"encrypted_files": true
"encrypted_files": false
}