Skip to content

Commit

Permalink
DP-671 Pass version to the frontend app (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
webit4me authored Oct 2, 2024
1 parent 188ff21 commit 1790c59
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
{"name": "OrganisationService", "value": "https://organisation.${public_hosted_zone_fqdn}"},
{"name": "Organisation__Authority", "value": "https://authority.${public_hosted_zone_fqdn}"},
{"name": "PersonService", "value": "https://person.${public_hosted_zone_fqdn}"},
{"name": "TenantService", "value": "https://tenant.${public_hosted_zone_fqdn}"}
{"name": "TenantService", "value": "https://tenant.${public_hosted_zone_fqdn}"},
{"name": "VERSION", "value": "${service_version}"}
],
"secrets": [
{"name": "CompaniesHouse__Password", "valueFrom": "${companies_house_password}"},
Expand Down

0 comments on commit 1790c59

Please sign in to comment.