Skip to content

Commit

Permalink
chore: Setup Camden frontend (#2402)
Browse files Browse the repository at this point in the history
* chore: Setup Camden frontend

* fix: Drop migration files
  • Loading branch information
DafyddLlyr authored Nov 13, 2023
1 parent f44bcbb commit 5e3af82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions editor.planx.uk/src/airbrake.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function getEnvForAllowedHosts(host: string) {
case "planningservices.lambeth.gov.uk":
case "planningservices.southwark.gov.uk":
case "planningservices.buckinghamshire.gov.uk":
case "planningservices.camden.gov.uk":
case "editor.planx.uk":
return "production";

Expand Down
1 change: 1 addition & 0 deletions editor.planx.uk/src/routes/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const PREVIEW_ONLY_DOMAINS = [
"planningservices.southwark.gov.uk",
"planningservices.doncaster.gov.uk",
"planningservices.medway.gov.uk",
"planningservices.camden.gov.uk",
// XXX: un-comment the next line to test custom domains locally
// "localhost",
];
Expand Down

0 comments on commit 5e3af82

Please sign in to comment.