b730c509c7403555b0883a3f1f939c396fc3c714
[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 onboarding:
30   protocol: http
31   host: <%= @fe_host_ip %>
32   port: 8181
33   healthCheckUri: "/onboarding/v1.0/healthcheck"
34
35 identificationHeaderFields: 
36    -
37         - &HTTP_IV_USER HTTP_IV_USER
38         - &iv-user iv-user
39    -
40         - &USER_ID USER_ID
41         - &user-id user-id
42    -
43         - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID
44         - &csp-attuid csp-attuid
45    -
46         - &HTTP_CSP_WSTYPE HTTP_CSP_WSTYPE
47         - &csp-wstype csp-wstype
48
49 optionalHeaderFields:
50    -
51         - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
52         - &csp-firstname csp-firstname
53    -
54         - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
55         - &csp-lastname csp-lastname
56    -
57         - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
58         - &iv-remote-address iv-remote-address
59    -
60         - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL
61         - &csp-email csp-email
62
63 version: 1.0
64 released: 2012-11-30
65
66 # Connection parameters
67 connection:
68     url: jdbc:mysql://localhost:3306/db
69     poolSize: 17
70
71 # Protocols
72 protocols:
73    - http
74    - https
75
76
77 systemMonitoring:
78     enabled: false
79     isProxy: true
80     probeIntervalInSeconds: 15
81
82 kibanaHost: localhost
83 kibanaPort: 5601
84 kibanaProtocol: http