Skip to content

Commit

Permalink
Revert to old configs
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Feb 21, 2025
1 parent 8ab7874 commit 6579f1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
2 changes: 1 addition & 1 deletion scripts/aws/conf/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
"sharing_token_expiry_seconds": 2592000,
"validate_service_links": false,
"operator_type": "private"
}
}
13 changes: 1 addition & 12 deletions scripts/aws/conf/euid-integ-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,5 @@
"core_attest_url": "https://core.integ.euid.eu/attest",
"optout_api_uri": "https://optout.integ.euid.eu/optout/replicate",
"optout_s3_folder": "optout/",
"allow_legacy_api": false,
"runtime_config_store": {
"type": "http",
"config" : {
"url": "https://core.integ.euid.eu/operator/config"
},
"config_scan_period_ms": 300000
},
"identity_token_expires_after_seconds": 86400,
"refresh_token_expires_after_seconds": 2592000,
"refresh_identity_token_after_seconds": 3600,
"enclave_platform": "aws-nitro"
"allow_legacy_api": false
}
15 changes: 2 additions & 13 deletions scripts/aws/conf/uid2-integ-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,5 @@
"core_attest_url": "https://core-integ.uidapi.com/attest",
"optout_api_uri": "https://optout-integ.uidapi.com/optout/replicate",
"optout_s3_folder": "uid-optout-integ/",
"allow_legacy_api": false,
"runtime_config_store": {
"type": "http",
"config" : {
"url": "https://core-integ.uidapi.com/operator/config"
},
"config_scan_period_ms": 300000
},
"identity_token_expires_after_seconds": 86400,
"refresh_token_expires_after_seconds": 2592000,
"refresh_identity_token_after_seconds": 3600,
"enclave_platform": "aws-nitro"
}
"allow_legacy_api": false
}

0 comments on commit 6579f1c

Please sign in to comment.