Skip to content

Commit

Permalink
update tf compute
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Aug 21, 2024
1 parent dad087c commit 39a673a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/dev/compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module "webapi" {
DatabaseOptions__Provider = "postgresql"
Serilog__MinimumLevel__Default = "Error"
CorsOptions__AllowedOrigins__0 = "http://${module.blazor.endpoint}"
OriginOptions__OriginUrl = "http://${module.webapi.endpoint}:8080"
}
}

Expand Down

0 comments on commit 39a673a

Please sign in to comment.