Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,23 @@ datasetsConfig:
entityDisplayName:
base: infrastructure funding statement
variable: statement
plan-timetable:
guidanceUrl: /guidance/specifications/plan
entityDisplayName:
variable: plan
local-plan:
guidanceUrl: /guidance/specifications/plan
entityDisplayName:
variable: plan
minerals-plan:
guidanceUrl: /guidance/specifications/plan
entityDisplayName:
variable: plan
waste-plan:
guidanceUrl: /guidance/specifications/plan
entityDisplayName:
variable: plan

# Any dataset that has one of these three previous rules set, will be displayed in the LPA Dashboard to be checked.
organisationTypes:
- local-authority
Expand Down
1 change: 1 addition & 0 deletions config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ organisationTypes:
- local-authority
- national-park-authority
- development-corporation
- local-planning-group
asyncRequestApi: {
url: http://production-pub-async-api-lb-636110663.eu-west-2.elb.amazonaws.com
}
Expand Down
1 change: 1 addition & 0 deletions config/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ organisationTypes:
- local-authority
- national-park-authority
- development-corporation
- local-planning-group
asyncRequestApi: {
url: http://staging-pub-async-api-lb-12493311.eu-west-2.elb.amazonaws.com
}
Expand Down
Loading