We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devtest analytics updates
The text was updated successfully, but these errors were encountered:
2022 - 2025 - make sure rows in tables get updated and deleted on submission - transmittal sheet YYYY, loan application_YYYY
Sorry, something went wrong.
We need these config changes to be made here, as well as the tables to be available in dev: application.conf
application.conf
2025 { tsTableName = "transmittalsheet2024" tsTableName = ${?TS_TABLE_NAME_2024} tsTableNameQ1 = "ts2025_q1" tsTableNameQ1 = ${?TS_TABLE_NAME_2025_Q1} tsTableNameQ2 = "ts2025_q2" tsTableNameQ2 = ${?TS_TABLE_NAME_2025_Q2} tsTableNameQ3 = "ts2025_q3" tsTableNameQ3 = ${?TS_TABLE_NAME_2025_Q1} larTableName = "loanapplicationregister2025" larTableName = ${?LAR_TABLE_NAME_2025} larTableNameQ1 = "lar2025_q1" }
jaredb96
No branches or pull requests
Devtest analytics updates
The text was updated successfully, but these errors were encountered: