Configuration file runtime reload
[sdc.git] / catalog-fe / src / test / resources / config / catalog-fe / configuration.yaml
1 # Needed for logging purposes. To be populated by DevOps - currently dummy
2 feFqdn: asdcFe.att.com
3
4 # catalog backend hostname
5 beHost: localhost
6
7 # catalog backend http port
8 beHttpPort: 8181
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: 8443
18
19 # threadpool size for handling requests
20 threadpoolSize: 50 
21
22 # request processing timeout (seconds)
23 requestTimeout: 10
24
25 identificationHeaderFields: 
26    -
27         - &HTTP_IV_USER HTTP_IV_USER
28         - &iv-user iv-user
29    -
30         - &USER_ID USER_ID
31         - &csp-userId csp-userId
32    -   
33         - &HTTP_CSP_WSTYPE HTTP_CSP_WSTYPE 
34         - &csp-wstype csp-wstype
35
36 optionalHeaderFields: 
37    -
38         - &HTTP_CSP_FIRSTNAME HTTP_CSP_FIRSTNAME
39         - &csp-firstname csp-firstname
40    -
41         - &HTTP_CSP_LASTNAME HTTP_CSP_LASTNAME
42         - &csp-lastname csp-lastname
43    -
44         - &HTTP_IV_REMOTE_ADDRESS HTTP_IV_REMOTE_ADDRESS
45         - &iv-remote-address iv-remote-address
46         
47 forwardHeaderFields:
48    - *HTTP_IV_USER
49    - *USER_ID
50    - *HTTP_CSP_FIRSTNAME
51    - *HTTP_CSP_LASTNAME
52    - *HTTP_IV_REMOTE_ADDRESS
53    - *HTTP_CSP_WSTYPE
54    - Content-MD5
55    - Content-Type
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