Skip to content

Commit 6579f1c

Browse files
Revert to old configs
1 parent 8ab7874 commit 6579f1c

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

scripts/aws/conf/default-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535
"sharing_token_expiry_seconds": 2592000,
3636
"validate_service_links": false,
3737
"operator_type": "private"
38-
}
38+
}

scripts/aws/conf/euid-integ-config.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,5 @@
1111
"core_attest_url": "https://core.integ.euid.eu/attest",
1212
"optout_api_uri": "https://optout.integ.euid.eu/optout/replicate",
1313
"optout_s3_folder": "optout/",
14-
"allow_legacy_api": false,
15-
"runtime_config_store": {
16-
"type": "http",
17-
"config" : {
18-
"url": "https://core.integ.euid.eu/operator/config"
19-
},
20-
"config_scan_period_ms": 300000
21-
},
22-
"identity_token_expires_after_seconds": 86400,
23-
"refresh_token_expires_after_seconds": 2592000,
24-
"refresh_identity_token_after_seconds": 3600,
25-
"enclave_platform": "aws-nitro"
14+
"allow_legacy_api": false
2615
}

scripts/aws/conf/uid2-integ-config.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,5 @@
1111
"core_attest_url": "https://core-integ.uidapi.com/attest",
1212
"optout_api_uri": "https://optout-integ.uidapi.com/optout/replicate",
1313
"optout_s3_folder": "uid-optout-integ/",
14-
"allow_legacy_api": false,
15-
"runtime_config_store": {
16-
"type": "http",
17-
"config" : {
18-
"url": "https://core-integ.uidapi.com/operator/config"
19-
},
20-
"config_scan_period_ms": 300000
21-
},
22-
"identity_token_expires_after_seconds": 86400,
23-
"refresh_token_expires_after_seconds": 2592000,
24-
"refresh_identity_token_after_seconds": 3600,
25-
"enclave_platform": "aws-nitro"
26-
}
14+
"allow_legacy_api": false
15+
}

0 commit comments

Comments
 (0)