Skip to content

Commit

Permalink
Configure V030_VALIDATOR_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Mar 14, 2024
1 parent 7712713 commit d200b2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions infra/modules/au_fhir_inferno/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ resource "kubernetes_config_map" "inferno" {
}

data = {
REDIS_URL = "redis://inferno-redis:6379"
RAILS_ENV = "production"
V030_VALIDATOR_URL = "http://inferno-validator:4567"
REDIS_URL = "redis://inferno-redis:6379"
RAILS_ENV = "production"
}
}

Expand Down

0 comments on commit d200b2d

Please sign in to comment.