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
{{ message }}
This repository was archived by the owner on Aug 31, 2022. It is now read-only.
│ ├── common # common configurations (navigation, menu, etc.)
@@ -66,20 +68,18 @@ This will automatically open the application on [http://localhost:8000](http://l
66
68
67
69
## Local Development
68
70
69
-
Both the production and development builds of the dashboard require specific configurations in order to run on their respective environment.
71
+
Both the production and development builds of the dashboard require API endpoint configurations in order to query data from specific datastores.
70
72
71
-
Copy the `datastoreConfig.js.example` file in the `mock/` directory to `datastoreConfig.js` and modify the configuration fields within the route definition. Please reference the following example for required configuration fields.
73
+
`endpoints.js`in the `config/` directory contains references to datastores required to visualize data in the dashboard. Please reference the following example for required configuration fields.
0 commit comments