Skip to content

Commit

Permalink
app.json.template small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-vanLeth committed Mar 18, 2022
1 parent d814bb3 commit cadb769
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/app.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"maxUploadSize": 5242880,
"service": {
"batchSize": 500,
"corpToken": "1VCNF4",
"corpToken": "[ CORP TOKEN HERE ]",
"port": null,
"swimlane": "91",
"swimlane": "[ SWIMLANE HERE ]",
"fields": [
"id",
"title",
Expand Down Expand Up @@ -111,13 +111,13 @@
}
},
"eeoc": {
"genderRaceEthnicity": true,
"veteran": true,
"disability": true
"genderRaceEthnicity": false,
"veteran": false,
"disability": false
},
"privacyConsent": {
"consentCheckbox": true,
"sidebarLink": true,
"consentCheckbox": false,
"sidebarLink": false,
"privacyPolicyUrl": "/privacy"
}
}

0 comments on commit cadb769

Please sign in to comment.