Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9709 from alphagov/fix_plex_entries
Browse files Browse the repository at this point in the history
fix plek env variable
  • Loading branch information
fredericfran-gds committed Oct 17, 2019
2 parents 79dd139 + 04cc00a commit 11a154b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/govuk/manifests/node/s_draft_frontend.pp
Expand Up @@ -23,12 +23,10 @@

govuk_envvar {
'PLEK_HOSTNAME_PREFIX': value => 'draft-';
'PLEK_SERVICE_EMAIL_ALERT_API_URI': value => "https://email-alert-api.${plek_uri_domain_override}";
'PLEK_SERVICE_IMMINENCE_URI': value => "https://imminence.${app_domain}";
'PLEK_SERVICE_LOCAL_LINKS_MANAGER_URI': value => "https://local-links-manager.${app_domain}";
'PLEK_SERVICE_MAPIT_URI': value => "https://mapit.${app_domain_internal}";
'PLEK_SERVICE_SEARCH_URI': value => "https://search.${app_domain_internal}";
'PLEK_SERVICE_WHITEHALL_ADMIN_URI': value => "https://whitehall-admin.${app_domain_internal}";
}

unless $::aws_migration {
Expand Down

0 comments on commit 11a154b

Please sign in to comment.