enable python
This commit is contained in:
parent
fd41f96b24
commit
a43219780a
11
orthanc.env
11
orthanc.env
@ -1,6 +1,3 @@
|
||||
VERBOSE_STARTUP=true
|
||||
#VERBOSE_ENABLED=true
|
||||
|
||||
ORTHANC__POSTGRESQL__HOST=orthanc-db
|
||||
ORTHANC__POSTGRESQL__TRANSACTION_MODE=ReadCommitted
|
||||
ORTHANC__POSTGRESQL__INDEX_CONNECTIONS_COUNT=10
|
||||
@ -12,13 +9,13 @@ ORTHANC__DICOM_WEB__SERIES_METADATA="Full"
|
||||
ORTHANC__DICOM_WEB__STUDIES_METADATA="Full"
|
||||
ORTHANC__DICOM_WEB__METADATA_WORKER_THREADS_COUNT=4
|
||||
|
||||
ORTHANC__STONE_WEB_VIEWER__DATE_FORMAT: "DD/MM/YYYY"
|
||||
ORTHANC__AUTHENTICATION_ENABLED: "false"
|
||||
ORTHANC__STONE_WEB_VIEWER__DATE_FORMAT="DD/MM/YYYY"
|
||||
ORTHANC__AUTHENTICATION_ENABLED="true"
|
||||
|
||||
ORTHANC__NAME="BlackFish"
|
||||
POSTGRESQL_PLUGIN_ENABLED=true
|
||||
LOGDIR="/var/log/orthanc"
|
||||
VERBOSE_ENABLED=true
|
||||
#VERBOSE_ENABLED=true
|
||||
VERBOSE_STARTUP=true
|
||||
DICOM_WEB_PLUGIN_ENABLED=true
|
||||
OHIF_PLUGIN_ENABLED=true
|
||||
@ -27,7 +24,7 @@ ORTHANC_WEB_VIEWER_PLUGIN_ENABLED=true
|
||||
STONE_WEB_VIEWER_PLUGIN_ENABLED=true
|
||||
HOUSEKEEPER_PLUGIN_ENABLED=true
|
||||
ORTHANC_EXPLORER_2_ENABLED=true
|
||||
#PYTHON_PLUGIN_ENABLED=true
|
||||
PYTHON_PLUGIN_ENABLED=true
|
||||
TRANSFERS_PLUGIN_ENABLED=true
|
||||
#WORKLISTS_PLUGIN_ENABLED=true
|
||||
#MULTITENANT_DICOM_PLUGIN_ENABLED=true
|
||||
|
Loading…
Reference in New Issue
Block a user