-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkarnak.env
83 lines (71 loc) · 3.08 KB
/
karnak.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# --------------------------------------------------------
# Configuration of the DICOM Gateway
# --------------------------------------------------------
### DICOM Listener AETitle
DICOM_LISTENER_AET=KARNAK-GATEWAY
### Listening in DICOM-S (TLS), if true, required TLS configuration
DICOM_LISTENER_TLS=false
### TLS configuration for DICOM-S
#TLS_KEYSTORE_PATH
#TLS_KEYSTORE_SECRET
#TLS_TRUSTSTORE_PATH
#TLS_TRUSTSTORE_SECRET
# --------------------------------------------------------
# Configuration of the SMTP server
# --------------------------------------------------------
#MAIL_SMTP_HOST=
#MAIL_SMTP_PORT=
#MAIL_SMTP_SENDER=
### Value with authentication should be "SSL" or "STARTTLS"
#MAIL_SMTP_TYPE=
#MAIL_SMTP_USER=
#MAIL_SMTP_SECRET=
# --------------------------------------------------------
# Notification configuration
# --------------------------------------------------------
### Works only at least one object of the study can be sent to the destination, otherwise no notification is sent
### Pattern of the notification title (the email object),see https://dzone.com/articles/java-string-format-examples
#NOTIFY_OBJECT_PATTERN=[Karnak Notification] %s %.30s
### Values injected in the pattern [PatientID StudyDescription StudyDate StudyInstanceUID]
#NOTIFY_OBJECT_VALUES=PatientID,StudyDescription
#NOTIFY_OBJECT_ERROR_PREFIX=**ERROR**
### Interval in seconds for sending a notification (when no new image is arrived in the archive folder). Default value is 45.
#NOTIFY_INTERNAL=45
# --------------------------------------------------------
# Configuration of pulling service
# --------------------------------------------------------
### Location of the archive path used by the pulling service (only with ARCHIVE mode)
GATEWAY_ARCHIVE_STORAGE_PATH=
### For PULL mode, interval in seconds for checking the directory (default value = 5)
GATEWAY_PULL_CHECK_INTERNAL=5
# --------------------------------------------------------
# Configuration of karnak DB
# --------------------------------------------------------
DB_USER=karnak
DB_PASSWORD_FILE=/var/run/secrets/postgres_karnak_password
DB_HOST=karnak-db
# --------------------------------------------------------
# Configuration of mainzelliste
# --------------------------------------------------------
MAINZELLISTE_HOSTNAME=mainzelliste
MAINZELLISTE_HTTP_PORT=8080
MAINZELLISTE_ID_TYPES=pid
MAINZELLISTE_API_KEY_FILE=/var/run/secrets/mainzellisteApiKey
# --------------------------------------------------------
# Configuration of karnak
# --------------------------------------------------------
KARNAK_LOGIN_ADMIN=admin
KARNAK_LOGIN_PASSWORD_FILE=/var/run/secrets/karnak_login_password
# --------------------------------------------------------
# Configuration of karnak logs
# --------------------------------------------------------
KARNAK_LOGS_MAX_FILE_SIZE=100MB
KARNAK_LOGS_MIN_INDEX=1
KARNAK_LOGS_MAX_INDEX=10
KARNAK_CLINICAL_LOGS_MAX_FILE_SIZE=100MB
KARNAK_CLINICAL_LOGS_MIN_INDEX=1
KARNAK_CLINICAL_LOGS_MAX_INDEX=10
IDP=other
OIDC_CLIENT_ID=undefined
OIDC_CLIENT_SECRET_FILE=/var/run/secrets/oidc_client_secret
OIDC_ISSUER_URI=undefined