Skip to content

Commit

Permalink
FS-3797 - Amend production to prod for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
robk-dluhc committed Dec 4, 2023
1 parent dcd2574 commit 4ed9fb7
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions copilot/fsd-form-runner/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ environments:
deployment:
rolling: "recreate"
uat:
http:
alias: ["forms.uat.access-funding.levellingup.gov.uk", "formsuat.access-funding.test.levellingup.gov.uk"]
count:
range: 2-4
cooldown:
Expand All @@ -89,20 +91,21 @@ environments:
value: 80
requests: 30
response_time: 2s
production:
prod:
http:
alias: forms.production.access-funding.levellingup.gov.uk
alias: forms.prod.access-funding.levellingup.gov.uk
# alias: ["forms.prod.access-funding.levellingup.gov.uk", "forms.access-funding.levellingup.gov.uk"] # For go live
variables:
ACCESSIBILITY_STATEMENT_URL: "https://frontend.production.access-funding.levellingup.gov.uk/accessibility_statement"
ACCESSIBILITY_STATEMENT_URL: "https://frontend.prod.access-funding.levellingup.gov.uk/accessibility_statement"
BASIC_AUTH_ON: false
CONTACT_US_URL: "https://frontend.production.access-funding.levellingup.gov.uk/contact_us"
COOKIE_POLICY_URL: "https://frontend.production.access-funding.levellingup.gov.uk/cookie_policy"
FEEDBACK_LINK: "https://frontend.production.access-funding.levellingup.gov.uk/feedback"
JWT_REDIRECT_TO_AUTHENTICATION_URL: "https://authenticator.production.access-funding.levellingup.gov.uk/sessions/sign-out"
LOGOUT_URL: "https://authenticator.production.access-funding.levellingup.gov.uk/sessions/sign-out"
MULTIFUND_URL: "https://frontend.production.access-funding.levellingup.gov.uk/account"
PRIVACY_POLICY_URL: "https://frontend.production.access-funding.levellingup.gov.uk/privacy"
SERVICE_START_PAGE: "https://frontend.production.access-funding.levellingup.gov.uk/account"
CONTACT_US_URL: "https://frontend.prod.access-funding.levellingup.gov.uk/contact_us"
COOKIE_POLICY_URL: "https://frontend.prod.access-funding.levellingup.gov.uk/cookie_policy"
FEEDBACK_LINK: "https://frontend.prod.access-funding.levellingup.gov.uk/feedback"
JWT_REDIRECT_TO_AUTHENTICATION_URL: "https://authenticator.prod.access-funding.levellingup.gov.uk/sessions/sign-out"
LOGOUT_URL: "https://authenticator.prod.access-funding.levellingup.gov.uk/sessions/sign-out"
MULTIFUND_URL: "https://frontend.prod.access-funding.levellingup.gov.uk/account"
PRIVACY_POLICY_URL: "https://frontend.prod.access-funding.levellingup.gov.uk/privacy"
SERVICE_START_PAGE: "https://frontend.prod.access-funding.levellingup.gov.uk/account"
count:
range: 2-4
cooldown:
Expand Down

0 comments on commit 4ed9fb7

Please sign in to comment.