Skip to content
New issue

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

Sync staging with develop #353

Merged
merged 125 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
125 commits
Select commit Hold shift + click to select a range
0f33148
Add @tailwindscss/forms
courtneymyers Jul 11, 2023
f63c10f
Add updated header to userDashboard (commented out for now)
courtneymyers Jul 11, 2023
f9833c0
Move new application button out of dashboard component (will go on al…
courtneymyers Jul 11, 2023
23461a3
Add rebate year select to allRebates and move new application button/…
courtneymyers Jul 11, 2023
3c047ff
Remove IconText component from userDashboard and create indivitual ic…
courtneymyers Jul 11, 2023
4975880
Remove commented out 'new' dashboard bar/menu, as the old one has now…
courtneymyers Jul 11, 2023
8ada8ba
Add year context component for storing selected rebate year globally,…
courtneymyers Jul 12, 2023
56261e1
Apply updates to EPA Standard Template (fix search button styles, upd…
courtneymyers Jul 19, 2023
05fe852
Add yearly env variables for controlling each form's open enrollment …
courtneymyers Jul 20, 2023
14518f2
Rename year context to rebateYear
courtneymyers Jul 20, 2023
59889a7
Update allRebates to use rebateYear to determine whether each form's …
courtneymyers Jul 20, 2023
78d33a8
Update form components to use rebate year in determining if form's op…
courtneymyers Jul 20, 2023
712ebe3
Move submissionPeriodOpen into shared config object in api file and u…
courtneymyers Jul 27, 2023
50fb136
Rename csb-data api route (and react-query related code) to config
courtneymyers Jul 27, 2023
bdaf13e
Update app's version number to 3.0.0
courtneymyers Jul 27, 2023
7be0b02
Merge pull request #333 from USEPA/feature/increment-version-number
courtneymyers Jul 27, 2023
3349968
Update s3 endpoint to include rebateYear as well (for determining if …
courtneymyers Jul 28, 2023
f32257a
Format logged messages in api file
courtneymyers Jul 31, 2023
468517e
Rename markdown files to reflect new form naming convention (FRF, PRF…
courtneymyers Jul 31, 2023
49427b7
Fix spelling of close out form abbreviation (CRF not COF)
courtneymyers Jul 31, 2023
0b89742
Update use of env variables for form paths for each rebate year
courtneymyers Jul 31, 2023
feba5b4
Rename 2022 form urls appropriately, to set stage for future form url…
courtneymyers Aug 1, 2023
914068a
Update references to form names in api to use abbreviations (excludin…
courtneymyers Aug 1, 2023
bc534ca
Update references to form names in helpdesk api to use abbreviations
courtneymyers Aug 1, 2023
088f041
Update client app to begin using form acronyms for form types
courtneymyers Aug 1, 2023
a3e59c5
Continue updating client app code to use new form abbreviations
courtneymyers Aug 1, 2023
eee85b4
Update variables used for frf and prf's review item ids and modified …
courtneymyers Aug 2, 2023
b55fc28
Update bap query functions to use new form abbreviations
courtneymyers Aug 2, 2023
3b02dd9
Update formioCSBMetadata variable name
courtneymyers Aug 2, 2023
8937fa4
Rename frfSubmissionPeriodOpen in newApplicationForm
courtneymyers Aug 2, 2023
60e6b86
Update api to use submissionPeriodOpen instead of individual variable…
courtneymyers Aug 2, 2023
7bb2abf
Rename env variables to use rebate year before form abbreviation
courtneymyers Aug 2, 2023
63c51c2
Update api routes for fetching user's submissions from formio for eac…
courtneymyers Aug 2, 2023
2789c37
Update remaining formio routes to include rebate year and form abbrev…
courtneymyers Aug 2, 2023
f18222d
Move formio api routes to a new formio2022.js file, for easier mainta…
courtneymyers Aug 3, 2023
2361e88
Update formio s3 endpoint to reflect /api/formio/2022 api path prefix
courtneymyers Aug 3, 2023
fb3e1d5
Move content api route into its own file
courtneymyers Aug 3, 2023
83c9a3c
Move user and config api routes into discrete files
courtneymyers Aug 3, 2023
e8f357f
Move bap api into discrete file and update bap api endpoints
courtneymyers Aug 3, 2023
3c6582b
Update helpdesk api endpoint
courtneymyers Aug 3, 2023
4aac351
Rename client route components with new form abbreviations
courtneymyers Aug 3, 2023
923ba93
Update routes to 2022 form pages and add redirects from out urls to n…
courtneymyers Aug 3, 2023
552b60e
Update form components to include 2022 in filename and component name
courtneymyers Aug 3, 2023
12eb9e3
Update urls navigated to in 2022 components to use new urls
courtneymyers Aug 3, 2023
e406fe1
Add initial FRF 2023 component
courtneymyers Aug 3, 2023
a9fce58
Move checkFormSubmissionPeriodAndBapStatus() out of formio2022.js fil…
courtneymyers Aug 3, 2023
7da4247
Update forms' react-query mutation's onSuccess to use the updated que…
courtneymyers Aug 3, 2023
442463a
Move formio upload and download of s3 file metadata functions out of …
courtneymyers Aug 3, 2023
daf4632
Add initial formio2023.js routes file
courtneymyers Aug 3, 2023
f480de9
Fix formType type signature for getBapFormSubmissionData to reflect n…
courtneymyers Aug 3, 2023
3d698fe
Update formio config to include 2023 form urls
courtneymyers Aug 3, 2023
97780eb
Update userDashboard to properly set onFormPage, now that the form ro…
courtneymyers Aug 4, 2023
3d2e55d
Update submissions component and checkClientRouteExists() middleware …
courtneymyers Aug 4, 2023
158f2e2
Create formUrl object storing rebate year and form type in formio con…
courtneymyers Aug 8, 2023
ffdf5eb
Update server api routes to use formio config's formUrl object instea…
courtneymyers Aug 8, 2023
48d9076
Update formio2022 route to store urls for each form for 2022, instead…
courtneymyers Aug 8, 2023
326e219
Update frfNew component to support creating new frf submissions for 2…
courtneymyers Aug 9, 2023
faeb140
Move fetching of frf submissions in formio utility function for use a…
courtneymyers Aug 9, 2023
e27e45f
Move creation of a new frf submissions to a formio utility function f…
courtneymyers Aug 9, 2023
db3def5
Move fetching of existing frf submission to a formio utility function…
courtneymyers Aug 10, 2023
8d39242
Move updating of existing frf submission to a formio utility function…
courtneymyers Aug 10, 2023
57c2dc5
Mount formio2023 server routes to express app
courtneymyers Aug 10, 2023
577da41
Update frf2023 component to load and render submission
courtneymyers Aug 10, 2023
5c2a382
Comment out all BAP data related fields from frf2023 component until …
courtneymyers Aug 10, 2023
9f5b8ef
Update Formio form submission types to explicitly identify them as 20…
courtneymyers Aug 11, 2023
e664a7f
Update PRF 2022 form component's dirty check to account for newBusDel…
courtneymyers Aug 11, 2023
bb753f1
Add getComboKeyFieldName() to server app's formio utilities, so the c…
courtneymyers Aug 11, 2023
7cb0e1e
Add use2023SubmissionsQueries() custom hook to fetch 2023 submission …
courtneymyers Aug 11, 2023
c00391a
Rename stored 2022 submissionQueries and rebates variables with the 2…
courtneymyers Aug 11, 2023
ee1ca94
Update Submissions route component to split up 2022 and 2023 logic fo…
courtneymyers Aug 11, 2023
b3fd0cc
Update server app comments and variables in api routes to be consistent
courtneymyers Aug 11, 2023
d836799
Combine use2022SubmissionsQueries() and use2023SubmissionsQueries()
courtneymyers Aug 15, 2023
6e99b5d
Begin updating hooks and functions that combine rebates to work acros…
courtneymyers Aug 15, 2023
e57e93c
Update combine2023Submissions() utility function to set structure of …
courtneymyers Aug 16, 2023
36cb6a0
Merge pull request #332 from USEPA/feature/update-one-epa-template
courtneymyers Aug 16, 2023
57b3618
Merge pull request #334 from USEPA/feature/update-app-to-support-mult…
courtneymyers Aug 16, 2023
baf38e2
Add NCES JSON file and API route for searching data via provided NCES ID
courtneymyers Aug 17, 2023
73eb82f
Comment out unused code for fetching JSON data in formioNCES server r…
courtneymyers Aug 18, 2023
ae31eb6
Update OpenAPI file with new formio nces api endpoint
courtneymyers Aug 18, 2023
8d66ca0
Merge pull request #335 from USEPA/feature/add-nces-lookup
courtneymyers Aug 18, 2023
e583889
Update NCES web service endpoint to account for no NCES ID provided a…
courtneymyers Aug 18, 2023
15eca33
Merge pull request #336 from USEPA/feature/update-nces-data-lookup
courtneymyers Aug 18, 2023
43d1517
Add school district name field to 2023 FRF data type and render it ap…
courtneymyers Aug 18, 2023
694c4cf
Merge pull request #337 from USEPA/feature/add-2023-frf-school-distri…
courtneymyers Aug 18, 2023
d0cefa1
Add Formio NCES API key check to Formio NCES web service endpoint
courtneymyers Aug 22, 2023
cc98a9a
Merge pull request #338 from USEPA/feature/update-formio-nces-endpoint
courtneymyers Aug 22, 2023
8254caa
Update Formio NCES web service endpoint to allow cross origin request…
courtneymyers Aug 23, 2023
afe8790
Update enableLocalhostCORS middleware to check request host for local…
courtneymyers Aug 23, 2023
1c3f5f1
Merge pull request #339 from USEPA/feature/enable-cors-on-nces-endpoint
courtneymyers Aug 23, 2023
08bca20
Update Formio NCES endpoint CORS configuration to not take request ho…
courtneymyers Aug 23, 2023
fbfe179
Merge pull request #340 from USEPA/feature/update-nces-cors-configura…
courtneymyers Aug 23, 2023
c249e64
Update enabling of CORS for Formio NCES API route
courtneymyers Aug 23, 2023
58fcade
Merge pull request #341 from USEPA/feature/update-formio-nces-cors-co…
courtneymyers Aug 23, 2023
cff65b5
Update CORS headers set in Formio NCES API endpoint
courtneymyers Aug 24, 2023
3f39ea0
Merge pull request #342 from USEPA/feature/update-formio-nces-cors-logic
courtneymyers Aug 24, 2023
a5d804d
Update 2023 NCES data JSON file, and remove old 2022 file from assets…
courtneymyers Aug 24, 2023
9aa73e1
Merge pull request #343 from USEPA/feature/update-nces-data-for-2023
courtneymyers Aug 24, 2023
345ad0f
Update searching through NCES 2013 JSON data to use the updated key f…
courtneymyers Aug 25, 2023
ede0ba6
Merge pull request #344 from USEPA/feature/update-nces-lookup-for-2023
courtneymyers Aug 25, 2023
d3b55a0
Update NCES JSON file (remove extra spaces and add missing parenthesi…
courtneymyers Aug 28, 2023
bb7936e
Merge pull request #345 from USEPA/feature/update-nces-json-file
courtneymyers Aug 28, 2023
bdae376
Update text displayed above table listing SAM.gov entities in new FRF…
courtneymyers Aug 28, 2023
5405828
Update tooltip styles to ensure they're properly displayed on top of …
courtneymyers Aug 28, 2023
4ca0b4b
Update dev and staging GitHub Actions workflows so 2022 FRF enrollmen…
courtneymyers Aug 28, 2023
e12de2b
Update helpdesk ui to include rebate year selection
courtneymyers Aug 29, 2023
9a9d64e
Update helpdesk page and api route to support searching for 2023 FRF …
courtneymyers Aug 30, 2023
0cefa27
Remove placeholder component comment
courtneymyers Aug 30, 2023
163f645
Update rebateYear to default to 2023
courtneymyers Aug 30, 2023
f6b811e
Merge pull request #346 from USEPA/feature/apply-review-edits
courtneymyers Aug 30, 2023
4976cd5
Update generated NCES JSON to correct missing leading zero for some z…
courtneymyers Aug 30, 2023
93f2e04
Merge pull request #347 from USEPA/feature/update-nces-data
courtneymyers Aug 30, 2023
ca166d7
Update userDashboard to show loading indicator if email address is fa…
courtneymyers Aug 31, 2023
2bf16b4
Merge pull request #348 from USEPA/feature/update-user-email-logic
courtneymyers Aug 31, 2023
d6bc77d
Add new A999999 NCES ID record to the nces.json file
courtneymyers Sep 8, 2023
c0dce02
Merge pull request #349 from USEPA/feature/update-nces-json
courtneymyers Sep 8, 2023
37c69a9
Re-open the 2022 FRF enrollment to support the app scan
courtneymyers Sep 11, 2023
9ad7675
Merge pull request #350 from USEPA/feature/re-open-2022-frf
courtneymyers Sep 11, 2023
1a0505b
Update orchestrating app's packages
courtneymyers Sep 11, 2023
5ca5e1a
Update server app's packages
courtneymyers Sep 11, 2023
f296a79
Update client app's packages
courtneymyers Sep 11, 2023
0184418
Fix server app package vulnerabilities (npm audit fix)
courtneymyers Sep 11, 2023
0db98be
Fix client app package vulnerabilities (npm audit fix)
courtneymyers Sep 11, 2023
6b24aca
Merge pull request #351 from USEPA/feature/apply-package-updates
courtneymyers Sep 11, 2023
6cd7b42
Update app's version number to 4.0.0
courtneymyers Sep 11, 2023
69dfa75
Merge pull request #352 from USEPA/feature/increment-version-number
courtneymyers Sep 11, 2023
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
40 changes: 27 additions & 13 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,23 @@ jobs:
# SAML_PRIVATE_KEY: ${{ secrets.SAML_PRIVATE_KEY }}
JWT_PUBLIC_KEY: ${{ secrets.JWT_PUBLIC_KEY }}
JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }}
CSB_APPLICATION_FORM_OPEN: true
CSB_PAYMENT_REQUEST_FORM_OPEN: true
CSB_CLOSE_OUT_FORM_OPEN: true
FORMIO_PKG_AUTH_TOKEN: ${{ secrets.FORMIO_PKG_AUTH_TOKEN }}
CSB_2022_FRF_OPEN: true
CSB_2022_PRF_OPEN: true
CSB_2022_CRF_OPEN: true
CSB_2023_FRF_OPEN: true
CSB_2023_PRF_OPEN: true
CSB_2023_CRF_OPEN: true
FORMIO_2022_FRF_PATH: ${{ secrets.FORMIO_2022_FRF_PATH }}
FORMIO_2022_PRF_PATH: ${{ secrets.FORMIO_2022_PRF_PATH }}
FORMIO_2022_CRF_PATH: ${{ secrets.FORMIO_2022_CRF_PATH }}
FORMIO_2023_FRF_PATH: ${{ secrets.FORMIO_2023_FRF_PATH }}
FORMIO_2023_PRF_PATH: ${{ secrets.FORMIO_2023_PRF_PATH }}
FORMIO_2023_CRF_PATH: ${{ secrets.FORMIO_2023_CRF_PATH }}
FORMIO_BASE_URL: ${{ secrets.FORMIO_BASE_URL }}
FORMIO_PROJECT_NAME: ${{ secrets.FORMIO_PROJECT_NAME }}
FORMIO_APPLICATION_FORM_PATH: ${{ secrets.FORMIO_APPLICATION_FORM_PATH }}
FORMIO_PAYMENT_REQUEST_FORM_PATH: ${{ secrets.FORMIO_PAYMENT_REQUEST_FORM_PATH }}
FORMIO_CLOSE_OUT_FORM_PATH: ${{ secrets.FORMIO_CLOSE_OUT_FORM_PATH }}
FORMIO_API_KEY: ${{ secrets.FORMIO_API_KEY }}
FORMIO_NCES_API_KEY: ${{ secrets.FORMIO_NCES_API_KEY }}
FORMIO_PKG_AUTH_TOKEN: ${{ secrets.FORMIO_PKG_AUTH_TOKEN }}
BAP_CLIENT_ID: ${{ secrets.BAP_CLIENT_ID }}
BAP_CLIENT_SECRET: ${{ secrets.BAP_CLIENT_SECRET }}
BAP_URL: ${{ secrets.BAP_URL }}
Expand Down Expand Up @@ -124,15 +131,22 @@ jobs:
# cf set-env $APP_NAME "SAML_PRIVATE_KEY" "$SAML_PRIVATE_KEY" > /dev/null
cf set-env $APP_NAME "JWT_PUBLIC_KEY" "$JWT_PUBLIC_KEY" > /dev/null
cf set-env $APP_NAME "JWT_PRIVATE_KEY" "$JWT_PRIVATE_KEY" > /dev/null
cf set-env $APP_NAME "CSB_APPLICATION_FORM_OPEN" "$CSB_APPLICATION_FORM_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_PAYMENT_REQUEST_FORM_OPEN" "$CSB_PAYMENT_REQUEST_FORM_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_CLOSE_OUT_FORM_OPEN" "$CSB_CLOSE_OUT_FORM_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2022_FRF_OPEN" "$CSB_2022_FRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2022_PRF_OPEN" "$CSB_2022_PRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2022_CRF_OPEN" "$CSB_2022_CRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2023_FRF_OPEN" "$CSB_2023_FRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2023_PRF_OPEN" "$CSB_2023_PRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2023_CRF_OPEN" "$CSB_2023_CRF_OPEN" > /dev/null
cf set-env $APP_NAME "FORMIO_2022_FRF_PATH" "$FORMIO_2022_FRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2022_PRF_PATH" "$FORMIO_2022_PRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2022_CRF_PATH" "$FORMIO_2022_CRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2023_FRF_PATH" "$FORMIO_2023_FRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2023_PRF_PATH" "$FORMIO_2023_PRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2023_CRF_PATH" "$FORMIO_2023_CRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_BASE_URL" "$FORMIO_BASE_URL" > /dev/null
cf set-env $APP_NAME "FORMIO_PROJECT_NAME" "$FORMIO_PROJECT_NAME" > /dev/null
cf set-env $APP_NAME "FORMIO_APPLICATION_FORM_PATH" "$FORMIO_APPLICATION_FORM_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_PAYMENT_REQUEST_FORM_PATH" "$FORMIO_PAYMENT_REQUEST_FORM_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_CLOSE_OUT_FORM_PATH" "$FORMIO_CLOSE_OUT_FORM_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_API_KEY" "$FORMIO_API_KEY" > /dev/null
cf set-env $APP_NAME "FORMIO_NCES_API_KEY" "$FORMIO_NCES_API_KEY" > /dev/null
cf set-env $APP_NAME "BAP_CLIENT_ID" "$BAP_CLIENT_ID" > /dev/null
cf set-env $APP_NAME "BAP_CLIENT_SECRET" "$BAP_CLIENT_SECRET" > /dev/null
cf set-env $APP_NAME "BAP_URL" "$BAP_URL" > /dev/null
Expand Down
40 changes: 27 additions & 13 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,23 @@ jobs:
SAML_PRIVATE_KEY: ${{ secrets.SAML_PRIVATE_KEY }}
JWT_PUBLIC_KEY: ${{ secrets.JWT_PUBLIC_KEY }}
JWT_PRIVATE_KEY: ${{ secrets.JWT_PRIVATE_KEY }}
CSB_APPLICATION_FORM_OPEN: true
CSB_PAYMENT_REQUEST_FORM_OPEN: true
CSB_CLOSE_OUT_FORM_OPEN: true
FORMIO_PKG_AUTH_TOKEN: ${{ secrets.FORMIO_PKG_AUTH_TOKEN }}
CSB_2022_FRF_OPEN: true
CSB_2022_PRF_OPEN: true
CSB_2022_CRF_OPEN: true
CSB_2023_FRF_OPEN: true
CSB_2023_PRF_OPEN: true
CSB_2023_CRF_OPEN: true
FORMIO_2022_FRF_PATH: ${{ secrets.FORMIO_2022_FRF_PATH }}
FORMIO_2022_PRF_PATH: ${{ secrets.FORMIO_2022_PRF_PATH }}
FORMIO_2022_CRF_PATH: ${{ secrets.FORMIO_2022_CRF_PATH }}
FORMIO_2023_FRF_PATH: ${{ secrets.FORMIO_2023_FRF_PATH }}
FORMIO_2023_PRF_PATH: ${{ secrets.FORMIO_2023_PRF_PATH }}
FORMIO_2023_CRF_PATH: ${{ secrets.FORMIO_2023_CRF_PATH }}
FORMIO_BASE_URL: ${{ secrets.FORMIO_BASE_URL }}
FORMIO_PROJECT_NAME: ${{ secrets.FORMIO_PROJECT_NAME }}
FORMIO_APPLICATION_FORM_PATH: ${{ secrets.FORMIO_APPLICATION_FORM_PATH }}
FORMIO_PAYMENT_REQUEST_FORM_PATH: ${{ secrets.FORMIO_PAYMENT_REQUEST_FORM_PATH }}
FORMIO_CLOSE_OUT_FORM_PATH: ${{ secrets.FORMIO_CLOSE_OUT_FORM_PATH }}
FORMIO_API_KEY: ${{ secrets.FORMIO_API_KEY }}
FORMIO_NCES_API_KEY: ${{ secrets.FORMIO_NCES_API_KEY }}
FORMIO_PKG_AUTH_TOKEN: ${{ secrets.FORMIO_PKG_AUTH_TOKEN }}
BAP_CLIENT_ID: ${{ secrets.BAP_CLIENT_ID }}
BAP_CLIENT_SECRET: ${{ secrets.BAP_CLIENT_SECRET }}
BAP_URL: ${{ secrets.BAP_URL }}
Expand Down Expand Up @@ -124,15 +131,22 @@ jobs:
cf set-env $APP_NAME "SAML_PRIVATE_KEY" "$SAML_PRIVATE_KEY" > /dev/null
cf set-env $APP_NAME "JWT_PUBLIC_KEY" "$JWT_PUBLIC_KEY" > /dev/null
cf set-env $APP_NAME "JWT_PRIVATE_KEY" "$JWT_PRIVATE_KEY" > /dev/null
cf set-env $APP_NAME "CSB_APPLICATION_FORM_OPEN" "$CSB_APPLICATION_FORM_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_PAYMENT_REQUEST_FORM_OPEN" "$CSB_PAYMENT_REQUEST_FORM_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_CLOSE_OUT_FORM_OPEN" "$CSB_CLOSE_OUT_FORM_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2022_FRF_OPEN" "$CSB_2022_FRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2022_PRF_OPEN" "$CSB_2022_PRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2022_CRF_OPEN" "$CSB_2022_CRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2023_FRF_OPEN" "$CSB_2023_FRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2023_PRF_OPEN" "$CSB_2023_PRF_OPEN" > /dev/null
cf set-env $APP_NAME "CSB_2023_CRF_OPEN" "$CSB_2023_CRF_OPEN" > /dev/null
cf set-env $APP_NAME "FORMIO_2022_FRF_PATH" "$FORMIO_2022_FRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2022_PRF_PATH" "$FORMIO_2022_PRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2022_CRF_PATH" "$FORMIO_2022_CRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2023_FRF_PATH" "$FORMIO_2023_FRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2023_PRF_PATH" "$FORMIO_2023_PRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_2023_CRF_PATH" "$FORMIO_2023_CRF_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_BASE_URL" "$FORMIO_BASE_URL" > /dev/null
cf set-env $APP_NAME "FORMIO_PROJECT_NAME" "$FORMIO_PROJECT_NAME" > /dev/null
cf set-env $APP_NAME "FORMIO_APPLICATION_FORM_PATH" "$FORMIO_APPLICATION_FORM_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_PAYMENT_REQUEST_FORM_PATH" "$FORMIO_PAYMENT_REQUEST_FORM_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_CLOSE_OUT_FORM_PATH" "$FORMIO_CLOSE_OUT_FORM_PATH" > /dev/null
cf set-env $APP_NAME "FORMIO_API_KEY" "$FORMIO_API_KEY" > /dev/null
cf set-env $APP_NAME "FORMIO_NCES_API_KEY" "$FORMIO_NCES_API_KEY" > /dev/null
cf set-env $APP_NAME "BAP_CLIENT_ID" "$BAP_CLIENT_ID" > /dev/null
cf set-env $APP_NAME "BAP_CLIENT_SECRET" "$BAP_CLIENT_SECRET" > /dev/null
cf set-env $APP_NAME "BAP_URL" "$BAP_URL" > /dev/null
Expand Down
Loading