Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE committed Dec 21, 2024
1 parent 3965935 commit 6039fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platform/docs/docs/configuration/configurationFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,9 @@ if auth headers are used, a preflight request is required.
```js
caseSensitive: {
patientname: false,
studydescription: false,
accessionnumber: false,
'00100020': false,
}
```
- `dangerouslyUseDynamicConfig`: Dynamic config allows user to pass `configUrl` query string. This allows to load config without recompiling application. If the `configUrl` query string is passed, the worklist and modes will load from the referenced json rather than the default .env config. If there is no `configUrl` path provided, the default behaviour is used and there should not be any deviation from current user experience.<br/>
Expand Down

0 comments on commit 6039fbb

Please sign in to comment.