-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ts
More file actions
21 lines (21 loc) · 941 Bytes
/
constants.ts
File metadata and controls
21 lines (21 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export const PAGES = {
LANDING: "/",
// demo urls
ECR_VIEWER: "https://viewer.dibbs.tools/ecr-viewer?dateRange=last-year",
ECR_REFINER: "https://refiner.dibbs.tools",
QUERY_CONNECTOR: "https://connector.dibbs.tools",
SIMPLE_REPORT: "https://demo.simplereport.gov/app/pilot/report",
RECORD_LINKER: "https://linker.dibbs.tools",
TEXT_TO_CODE: "https://ttc.dibbs.tools",
// repo urls
QUERY_CONNECTOR_REPO: "https://github.com/CDCgov/dibbs-query-connector",
RECORD_LINKER_REPO: "https://github.com/CDCgov/RecordLinker",
ECR_VIEWER_REPO: "https://github.com/CDCgov/dibbs-ecr-viewer",
ECR_REFINER_REPO: "https://github.com/CDCgov/dibbs-ecr-refiner",
TEXT_TO_CODE_REPO: "https://github.com/CDCgov/dibbs-text-to-code",
// credentials
QUERY_CONNECTOR_USERNAME: "mario@dibbs.tools",
QUERY_CONNECTOR_PASSWORD: "Nye6KpjgkHWT",
ECR_VIEWER_USERNAME: "viewer_demo@dibbs.tools",
ECR_VIEWER_PASSWORD: "4TJfmo416Jws",
};