Skip to content

Commit

Permalink
chore: added REST_CLIENT timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Mar 28, 2024
1 parent 143d196 commit 1920c9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions infra/container_apps/env/prod-pnpg/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ app_settings = [
{
name = "NATIONAL_REGISTRIES_URL"
value = "https://api-selcpg.notifichedigitali.it/national-registries-private"
},
{
name = "REST_CLIENT_CONNECT_TIMEOUT"
value = "30000"
},
{
name = "REST_CLIENT_READ_TIMEOUT"
value = "30000"
}
]

Expand Down

0 comments on commit 1920c9e

Please sign in to comment.