Skip to content

Commit

Permalink
added timeout for ecs applications in ize.toml
Browse files Browse the repository at this point in the history
This is need for viper can read these apps.
  • Loading branch information
psihachina committed Sep 22, 2022
1 parent 7f86ae4 commit ccbc1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ecs-apps-monorepo/.ize/env/testnut/ize.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ terraform_version = "1.2.6" # (optional) Terraform version can be se
root_domain_name = "examples.ize.sh" # (optional) Root domain name can be set here. This is the main domain that will be passed to the terraform. Generally if your app lives at 'api.dev.nutcorp.net' the root domain is `nutcorp.net`

[ecs.squibby]
# timeout = "" # (optional) ECS deployment timeout can be specified here.
timeout = 0 # (optional) ECS deployment timeout can be specified here.
# docker_registry = "" # (optional) Docker registry can be set here. By default it uses ECR repo with the name of the service.
# skip_deploy = false # skip deploy app
# path = "" # (optional) Path to ecs app folder can be specified here. By default it's derived from apps path and app name.
Expand All @@ -38,7 +38,7 @@ root_domain_name = "examples.ize.sh" # (optional) Root domain name can be set


[ecs.goblin]
# timeout = "" # (optional) ECS deployment timeout can be specified here.
timeout = 0 # (optional) ECS deployment timeout can be specified here.
# docker_registry = "" # (optional) Docker registry can be set here. By default it uses ECR repo with the name of the service.
# skip_deploy = false # skip deploy app
# path = "" # (optional) Path to ecs app folder can be specified here. By default it's derived from apps path and app name.
Expand Down

0 comments on commit ccbc1ae

Please sign in to comment.