-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into fix/400HeadResponse
- Loading branch information
Showing
70 changed files
with
2,460 additions
and
585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
SESSION_SECRET=your_secret | ||
SESSION_SECRET=your_secret | ||
SENTRY_DSN=You_DSN | ||
GOVUK_NOTIFY_API_KEY=your_api_key | ||
DATA_MANAGEMENT_EMAIL=data_management_team_email_address |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: node index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,15 @@ aws: { | |
s3ForcePathStyle: false, | ||
} | ||
redis: false | ||
url: 'https://publish-planning.data.gov.uk' | ||
serviceName: 'Check planning and housing data for England' | ||
feedbackLink: 'https://docs.google.com/forms/d/e/1FAIpQLSdYXqY0Aaket9XJBiGDhSL_CD_cxHZxgvQCFZZtdURdvvIY5A/viewform' | ||
# ToDo: url and name might need updating | ||
url: 'https://check-planning.data.gov.uk' | ||
serviceName: 'Provide planning and housing data for England' | ||
feedbackLink: 'https://docs.google.com/forms/d/e/1FAIpQLSdYXqY0Aaket9XJBiGDhSL_CD_cxHZxgvQCFZZtdURdvvIY5A/viewform' | ||
email: { | ||
templates: { | ||
RequestTemplateId: 'fa1c2b51-3c91-4f9d-9a18-83639164d552', | ||
AcknowledgementTemplateId: '2a4dff6d-78c4-4fea-a489-c97485453807' | ||
}, | ||
dataManagementEmail: '[email protected]' | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.