5cc22fde725de3612e739d483dc7b34c1afdaf01
[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 # a4c hostname
26 a4cHost: localhost
27
28 # a4c http port
29 a4cHttpPort: 8088
30
31
32 identificationHeaderFields: 
33    -
34         - &HTTP_IV_USER HTTP_IV_USER
35         - &iv-user iv-user
36    -
37         - &USER_ID USER_ID
38         - &csp-userId csp-userId
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 forwardHeaderFields:
55    - *HTTP_IV_USER
56    - *USER_ID
57    - *HTTP_CSP_FIRSTNAME
58    - *HTTP_CSP_LASTNAME
59    - *HTTP_IV_REMOTE_ADDRESS
60    - *HTTP_CSP_WSTYPE
61    - Content-MD5
62    - Content-Type
63
64
65 version: 1.0
66 released: 2012-11-30
67
68 # Connection parameters
69 connection:
70     url: jdbc:mysql://localhost:3306/db
71     poolSize: 17
72
73 # Protocols
74 protocols:
75    - http
76    - https
77
78
79