f864bb9dbbab2cd9bafad90187052b4e124f359c
[sdc.git] /
1 # Needed for logging purposes. To be populated by DevOps - currently dummy
2 feFqdn: <%= @fe_host_ip %>
3
4 # catalog backend hostname
5 beHost: <%= @be_host_ip %>
6
7 # catalog backend http port
8 beHttpPort: <%= @catalog_port %>
9
10 # catalog backend http context
11 beContext: /sdc2/rest/v1/catalog/upload/resources
12
13 # catalog backend protocol
14 beProtocol: http
15
16 # catalog backend ssl port
17 beSslPort: <%= @ssl_port %>
18
19 # threadpool size for handling requests
20 threadpoolSize: 50
21
22 # request processing timeout (seconds)
23 requestTimeout: 10
24
25 healthCheckSocketTimeoutInMs: 5000
26
27 healthCheckIntervalInSeconds: 5
28
29 identificationHeaderFields: 
30    -
31         - &HTTP_IV_USER HTTP_IV_USER
32         - &iv-user iv-user
33    -
34         - &USER_ID USER_ID
35         - &user-id user-id
36    -
37         - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID
38         - &csp-attuid csp-attuid
39    -
40         - &HTTP_CSP_WSTYPE HTTP_CSP_WSTYPE
41         - &csp-wstype csp-wstype
42
43 optionalHeaderFields:
44    -
45         - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
46         - &csp-firstname csp-firstname
47    -
48         - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
49         - &csp-lastname csp-lastname
50    -
51         - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
52         - &iv-remote-address iv-remote-address
53    -
54         - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
55         - &csp-email csp-email
56
57
58 version: 1.0
59 released: 2012-11-30
60
61 # Connection parameters
62 connection:
63     url: jdbc:mysql://localhost:3306/db
64     poolSize: 17
65
66 # Protocols
67 protocols:
68    - http
69    - https
70
71
72 systemMonitoring:
73     enabled: true
74     isProxy: true
75     probeIntervalInSeconds: 15
76
77 kibanaHost: localhost
78 kibanaPort: 5601
79 kibanaProtocol: http