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 58abc6d commit ca67960Copy full SHA for ca67960
conf/local-config.json
@@ -17,7 +17,7 @@
17
"refresh_token_v3": false,
18
"identity_v3": false,
19
"identity_scope": "uid2",
20
- "enable_v2_encryption": true,
+ "enable_v2_encryption": false,
21
"sharing_token_expiry_seconds": 2592000,
22
"cloud_download_threads": 8,
23
"cloud_upload_threads": 2,
@@ -43,7 +43,5 @@
43
"encrypted_files": false,
44
"disable_optout_token": true,
45
"enable_remote_config": true,
46
- "uid_instance_id_prefix": "local-operator",
47
- "optout_api_uri": "http://localhost:8081/optout/replicate",
48
- "core_api_token": "trusted-partner-key"
+ "uid_instance_id_prefix": "local-operator"
49
}
0 commit comments