Skip to content
Merged
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
18 changes: 15 additions & 3 deletions src/common/constants/prod-beta-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
{
"name": "prod-beta",
"announcement": [],
"announcement": [
{
"message": "We are performing system maintenance from 8PM - 10PM EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "error",
"heading": "System Temporarily Unavailable",
"link": null
}
],
"fileServerDomain": "https://files.ffiec.cfpb.gov",
"publicationReleaseYear": "2020",
"maintenanceMode": false,
"filingAnnouncement": null,
"maintenanceMode": true,
"filingAnnouncement": {
"message": "We are performing system maintenance from 8PM - 10PM EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "error",
"heading": "System Temporarily Unavailable",
"endDate": null
},
"ffvtAnnouncement": null,
"dataPublicationYears": {
"shared": [
Expand Down
15 changes: 13 additions & 2 deletions src/common/constants/prod-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "prod",
"announcement": [
{
"message": "We are performing system maintenance from 8PM - 10PM EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "error",
"heading": "System Temporarily Unavailable",
"link": null
},
{
"heading": "2025 Modified LAR Data Release",
"message": "On March 31, 2026, the 2025 Modified LAR was released. A combined file containing all LAR records in a single file is also available. These files can be accessed via the ",
Expand Down Expand Up @@ -35,8 +41,13 @@
"fileServerDomain": "https://files.ffiec.cfpb.gov",
"publicationReleaseYear": "2024",
"mlarReleaseYear": "2025",
"maintenanceMode": false,
"filingAnnouncement": null,
"maintenanceMode": true,
"filingAnnouncement": {
"message": "We are performing system maintenance from 8PM - 10PM EST. During this time users will be unable to log in to the Filing application or create new accounts.",
"type": "error",
"heading": "System Temporarily Unavailable",
"endDate": null
},
"ffvtAnnouncement": null,
"dataPublicationYears": {
"shared": [
Expand Down
Loading