source: SRUAggregator/trunk/aggregator_development.yml @ 5893

Last change on this file since 5893 was 5893, checked in by emanuel.dima@uni-tuebingen.de, 9 years ago

switching to throttled client with statistics, work in progress; more UI improvements

File size: 1.5 KB
Line 
1aggregatorParams:
2  CENTER_REGISTRY_URL: http://centerregistry-clarin.esc.rzg.mpg.de/restxml/
3  WEBLICHT_URL: https://weblicht.sfs.uni-tuebingen.de/WebLicht-4/?input=
4
5  AGGREGATOR_FILE_PATH: /Users/edima/fcsAggregatorCorpora.json
6  SCAN_MAX_DEPTH: 1
7  SCAN_TASK_INITIAL_DELAY: 0
8  SCAN_TASK_INTERVAL: 6
9  SCAN_TASK_TIME_UNIT: HOURS
10
11  ENDPOINTS_SCAN_TIMEOUT_MS: 15000
12  ENDPOINTS_SEARCH_TIMEOUT_MS: 5000
13  EXECUTOR_SHUTDOWN_TIMEOUT_MS: 100
14
15# use the simple server factory, run on a single port
16server:
17  applicationContextPath: /
18  type: simple
19  connector:
20    type: http
21    port: 8080
22
23#server:
24#  softNofileLimit: 1000
25#  hardNofileLimit: 1000
26#  applicationConnectors:
27#    - type: http
28#      port: 8080
29#    - type: https
30#      port: 8443
31#      keyStorePath: example.keystore
32#      keyStorePassword: example
33#      validateCerts: false
34# this requires the npn-boot library on the JVM's boot classpath
35#    - type: spdy3
36#      port: 8445
37#      keyStorePath: example.keystore
38#      keyStorePassword: example
39#      validateCerts: false
40#  adminConnectors:
41#    - type: http
42#      port: 8081
43#    - type: https
44#      port: 8444
45#      keyStorePath: example.keystore
46#      keyStorePassword: example
47#      validateCerts: false
48
49# Logging settings.
50logging:
51  # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
52  level: WARNING
53  # Logger-specific levels.
54  loggers:
55    eu.clarin.sru.fcs.aggregator: INFO
56    eu.clarin.sru.client: INFO
57
58  appenders:
59    - type: console
Note: See TracBrowser for help on using the repository browser.