Skip to content

Commit

Permalink
special env vars for OHIF
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jun 23, 2023
1 parent ed407ac commit 836025b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docker/orthanc/env-var-non-standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@

"ORTHANC__MYSQL__MAXIMUM_CONNECTION_RETRIES": "MySQL.MaximumConnectionRetries",
"ORTHANC__MYSQL__CONNECTION_RETRY_INTERVAL": "MySQL.ConnectionRetryInterval",
"ORTHANC__MYSQL__INDEX_CONNECTIONS_COUNT": "MySQL.IndexConnectionsCount"
"ORTHANC__MYSQL__INDEX_CONNECTIONS_COUNT": "MySQL.IndexConnectionsCount",

"ORTHANC__OHIF": "OHIF",
"ORTHANC__OHIF__DATA_SOURCE": "OHIF.DataSource",
"ORTHANC__OHIF__USER_CONFIGURATION": "OHIF.UserConfiguration",
"ORTHANC__OHIF__ROUTER_BASE_NAME": "OHIF.RouterBasename",
"ORTHANC__OHIF__PRELOAD": "OHIF.Preload"
}
4 changes: 3 additions & 1 deletion release-notes-docker-images.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ You should use the full image only if you need to use one of these:
- the ODBC plugin with SQL Server (msodbcsql18 is preinstalled)
Only the default tags are listed here. You just need to append `-full` for the full image.


- Added a new special env var: ORTHANC__OHIF to define the "OHIF" configuration in one go.
Also added 4 non standard env vars for OHIF configuration ORTHANC__OHIF__DATA_SOURCE,
ORTHANC__OHIF__USER_CONFIGURATION, ORTHANC__OHIF__ROUTER_BASE_NAME, ORTHANC__OHIF__PRELOAD
23.6.1 : - added OHIF plugin 1.0
- upgraded Orthanc Explorer 2 plugin to 1.0.1
- upgraded advanced authorization plugin to 0.5.3
Expand Down

0 comments on commit 836025b

Please sign in to comment.