Skip to content

Commit

Permalink
Merge pull request #4957 from PatrickGoRaft/deployment-updates-3
Browse files Browse the repository at this point in the history
Deployment updates 3
  • Loading branch information
PatrickGoRaft authored Dec 20, 2024
2 parents 11a926a + 7f82c84 commit 3c8480e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hmda-analytics/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,13 @@ hmda {
yearsAvailable = ${?ANALYTICS_YEARS_AVAILABLE}
2025 {
tsTableName = "transmittalsheet2025"
tsTableName = ${?TS_TABLE_NAME_2025}
tsTableNameQ1 = "ts2025_q1"
tsTableNameQ1 = ${?TS_TABLE_NAME_2025_Q1}
tsTableNameQ2 = "ts2025_q2"
tsTableNameQ3 = "ts2025_q3"
larTableName = "loanapplicationregister2025"
larTableName = ${?LAR_TABLE_NAME_2025}
larTableNameQ1 = "lar2025_q1"
larTableNameQ2 = "lar2025_q2"
larTableNameQ3 = "lar2025_q3"
}
2024 {
tsTableName = "transmittalsheet2024"
Expand Down

0 comments on commit 3c8480e

Please sign in to comment.