Skip to content

Commit

Permalink
add missing config
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd committed Feb 21, 2025
1 parent 49c8b60 commit 39c16d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 1 addition & 4 deletions scripts/aws/conf/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@
"failure_shutdown_wait_hours": 120,
"sharing_token_expiry_seconds": 2592000,
"validate_service_links": false,
"operator_type": "private",
"identity_token_expires_after_seconds": 86400,
"refresh_token_expires_after_seconds": 2592000,
"refresh_identity_token_after_seconds": 3600
"operator_type": "private"
}
5 changes: 4 additions & 1 deletion scripts/aws/conf/euid-integ-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"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
}
7 changes: 5 additions & 2 deletions scripts/aws/conf/uid2-integ-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"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
}

0 comments on commit 39c16d1

Please sign in to comment.