diff --git a/conf/local-e2e-config.json b/conf/local-e2e-config.json index d34b594..fec4459 100644 --- a/conf/local-e2e-config.json +++ b/conf/local-e2e-config.json @@ -35,5 +35,5 @@ "optout_url": "http://localhost:8081", "s3_keys_metadata_path": "s3encryption_keys/metadata.json", "cloud_keys_metadata_path": "cloud_encryption_keys/metadata.json", - "encryption_support_version": "9999" + "encryption_support_version": "6.0.0" } diff --git a/conf/local-e2e-docker-config.json b/conf/local-e2e-docker-config.json index a30ded3..cc9bb3a 100644 --- a/conf/local-e2e-docker-config.json +++ b/conf/local-e2e-docker-config.json @@ -33,5 +33,5 @@ "core_public_url": "http://core:8088", "optout_url": "http://optout:8081", "cloud_encryption_keys_metadata_path": "cloud_encryption_keys/metadata.json", - "encryption_support_version": "9999" + "encryption_support_version": "6.0.0" }