You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/portal_config.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -743,7 +743,7 @@ Below is an example, with inline comments describing what each JSON block config
743
743
...
744
744
],
745
745
"stridesPortalURL": "https://strides-admin-portal.org", // optional; If configured, will display a link on the workspace page which can direct user to the STRIDES admin portal,
746
-
"registrationConfigs": { // optional; Required when using Kayako integration with Study/Workspace registration
746
+
"registrationConfigs": { // optional; Required when using Zendesk integration with Study/Workspace registration
747
747
"features":{ // Optional; Required when using study/Workspace registration
748
748
"studyRegistrationConfig": { // optional, config for Study Registration and Study Registration Request Access page.
749
749
"studyRegistrationTrackingField": "registrant_username", // optional, one of the extra field that is being added to metadata when a study is registered, will be useful in the future. Defaults to "registrant_username"
@@ -765,8 +765,8 @@ Below is an example, with inline comments describing what each JSON block config
765
765
}
766
766
}
767
767
},
768
-
"kayakoConfig":{ //Required; if using either of the study/workspace registration feature
769
-
"kayakoDepartmentId": 21// Required; the department ID in the kayako portal. Refer to Ops team to get more info
768
+
"zendeskConfig":{ // Optional; add this if you want to customize the subdomain that Zendesk is using in either of the study/workspace registration feature
769
+
"zendeskSubdomainName": "projectSupport"// Optional; the subdomain name of the Zendesk server. Refer to User Service team to get more info. If omitted, will default to 'gen3support'
Copy file name to clipboardexpand all lines: src/index.ejs
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
- https://dap.digitalgov.gov will be inserted by htmlWebpackPlugin if env is configured with DAPTrackingURL. This hostname is needed for fetching and executing the DAP tracking script
13
13
- https://*.quicksight.aws.amazon.com for loading AWS Quicksight dashboards into COVID-19 Home page
0 commit comments