forked from ConSol/ePa_av-gate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
av_gate.ini
49 lines (37 loc) · 1.13 KB
/
av_gate.ini
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
[config]
; Clam-AV, if used
;clamd_socket = /tmp/clamd.socket
; ICAP, if used
icap_host = 127.0.0.1
icap_service = icap://icap.server.net/srv_clamav
;icap_port = 1344 (default)
;icap_tls = false (default)
; In case of virus was found, remove or replace (default) document.
remove_malicious = false
log_level = DEBUG
; CRITICAL, ERROR (default), WARNING, INFO, DEBUG
; for test purposes
all_png_malicious = false
all_pdf_malicious = false
; Mapping Remote-Adresse mit Target-Port oder nur Target-Port zu Konnektor-Adresse
[*:8400]
konnektor = https://127.0.0.1:5000
ssl_verify = false
[*:8401]
konnektor = https://kon-instanz1.titus.gematik.solutions
ssl_verify = true
ssl_cert = cert/ps_epa_consol_01.crt
ssl_key = cert/ps_epa_consol_01.key
; Use proxy for all services to get same SSL termination
proxy_all_services = true
[*:5001]
; for local development without nginx
konnektor = https://kon-instanz1.titus.ti-dienste.de
ssl_verify = true
ssl_cert = cert/ps_epa_consol_01.crt
ssl_key = cert/ps_epa_consol_01.key
[192.168.2.33:8400]
konnektor = https://127.0.0.1:5000
ssl_verify = true
[10.11.144.110:443]
konnektor = https://10.15.172.14