Skip to content

Commit 5be8dcd

Browse files
levellingup->communities domain changes
I've not touched the manifest here so that we are still associating the deployed app with both levellingup and communities domains. This is ostensibly for backwards compatibility and anyone who's eg bookmarked pages; however given this is for form designer and application questions, we could probably be much more aggressive with sunsetting the domains on this app specifically than with eg the pre- or post-award apps.
1 parent dbaba3e commit 5be8dcd

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.run/RUNNER.run.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<arguments value="dev" />
99
<node-interpreter value="project" />
1010
<envs>
11-
<env name="ACCESSIBILITY_STATEMENT_URL" value="https://frontend.levellingup.gov.localhost:3008/accessibility_statement" />
11+
<env name="ACCESSIBILITY_STATEMENT_URL" value="https://frontend.communities.gov.localhost:3008/accessibility_statement" />
1212
<env name="ALLOW_USER_TEMPLATES" value="true" />
1313
<env name="AWS_ACCESS_KEY_ID" value="FSDIOSFODNN7EXAMPLE" />
1414
<env name="AWS_BUCKET_NAME" value="fsd-bucket" />
@@ -17,22 +17,22 @@
1717
<env name="AWS_REGION" value="eu-west-2" />
1818
<env name="AWS_SECRET_ACCESS_KEY" value="fsdlrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" />
1919
<env name="AWS_SIGNATURE_VERSION" value="v4" />
20-
<env name="CONTACT_US_URL" value="https://frontend.levellingup.gov.localhost:3008/contact_us" />
21-
<env name="COOKIE_POLICY_URL" value="https://frontend.levellingup.gov.localhost:3008/cookie_policy" />
20+
<env name="CONTACT_US_URL" value="https://frontend.communities.gov.localhost:3008/contact_us" />
21+
<env name="COOKIE_POLICY_URL" value="https://frontend.communities.gov.localhost:3008/cookie_policy" />
2222
<env name="E2E_MODE_ENABLED" value="false" />
23-
<env name="ELIGIBILITY_RESULT_URL" value="https://frontend.levellingup.gov.localhost:3008/eligibility-result" />
24-
<env name="FEEDBACK_LINK" value="https://frontend.levellingup.gov.localhost:3008/feedback" />
23+
<env name="ELIGIBILITY_RESULT_URL" value="https://frontend.communities.gov.localhost:3008/eligibility-result" />
24+
<env name="FEEDBACK_LINK" value="https://frontend.communities.gov.localhost:3008/feedback" />
2525
<env name="FORM_RUNNER_ADAPTER_REDIS_INSTANCE_URI" value="redis://localhost:6379" />
2626
<env name="JWT_AUTH_COOKIE_NAME" value="fsd_user_token" />
2727
<env name="JWT_AUTH_ENABLED" value="true" />
28-
<env name="JWT_REDIRECT_TO_AUTHENTICATION_URL" value="https://authenticator.levellingup.gov.localhost:3004/sessions/sign-out" />
28+
<env name="JWT_REDIRECT_TO_AUTHENTICATION_URL" value="https://authenticator.communities.gov.localhost:3004/sessions/sign-out" />
2929
<env name="LOG_LEVEL" value="debug" />
30-
<env name="LOGOUT_URL" value="https://authenticator.levellingup.gov.localhost:3004/sessions/sign-out" />
31-
<env name="MULTIFUND_URL" value="https://frontend.levellingup.gov.localhost:3008/account" />
30+
<env name="LOGOUT_URL" value="https://authenticator.communities.gov.localhost:3004/sessions/sign-out" />
31+
<env name="MULTIFUND_URL" value="https://frontend.communities.gov.localhost:3008/account" />
3232
<env name="PREVIEW_MODE" value="true" />
33-
<env name="PRIVACY_POLICY_URL" value="https://frontend.levellingup.gov.localhost:3008/privacy" />
33+
<env name="PRIVACY_POLICY_URL" value="https://frontend.communities.gov.localhost:3008/privacy" />
3434
<env name="RSA256_PUBLIC_KEY_BASE64" value="TUlHZk1BMEdDU3FHU0liM0RRRUJBUVVBQTRHTkFEQ0JpUUtCZ1FDdUZBL2xrczcwM2JEeDZYN0duUVIwVlVSOAp6eW8yUEJ6L2E2MVd0TjJCUitYWlV5cjlGaHc4K3E4YVRsbzZ0K2VJa3hENjE4eWpaQkx0cGhZVjUwcTAvOW1OCkk0QStPSURhQ1J0aWd0NDJ4ZUlrbmpydWZ5a280Q0xjV3BFc1dzSkZWSnJnR2xQTHZrMzJHMVJ5WFErOGY1dWsKVmlKbjBKbGlzbWo4bGtzc2pRSURBUUFC" />
35-
<env name="SERVICE_START_PAGE" value="https://frontend.levellingup.gov.localhost:3008/account" />
35+
<env name="SERVICE_START_PAGE" value="https://frontend.communities.gov.localhost:3008/account" />
3636
<env name="SINGLE_REDIS" value="true" />
3737
<env name="SSL_CERT" value="$PROJECT_DIR$/../../certs/cert.pem"/>
3838
<env name="SSL_KEY" value="$PROJECT_DIR$/../../certs/key.pem"/>

e2e-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ As usual, always run commands in the root directory, not in the workspace direct
3333
1. Install the dependencies `yarn e2e install`
3434
2. Ensure the runner and designer are running. It can be running locally or pointed at a URL.
3535
- The defaults are set in cypress.config.js. `DESIGNER_URL: http://localhost:3000` and `RUNNER_URL: http://localhost:3009`. You may change this via environment variables by prepending the variable name with cypress_, e.g. `cypress_designer_url=https://..`
36-
- yarn e2e-test cypress open --env DESIGNER_URL=https://form-designer.dev.access-funding.test.levellingup.gov.uk,RUNNER_URL=https://forms.dev.access-funding.test.levellingup.gov.uk
36+
- yarn e2e-test cypress open --env DESIGNER_URL=https://form-designer.access-funding.dev.communities.gov.uk,RUNNER_URL=https://application-questions.access-funding.dev.communities.gov.uk
3737
3. Run, from the root directory
3838
- in headless mode `yarn e2e cypress run`
3939
- in interactive mode `yarn e2e cypress open` (this will open your browser)

0 commit comments

Comments
 (0)