-
Notifications
You must be signed in to change notification settings - Fork 1
/
conf.sample.json
44 lines (44 loc) · 1.4 KB
/
conf.sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"listenAddress" : "127.0.0.1",
"listenPort": 8080,
"logFile": "/a/path/to/a/log/file",
"logLevel": "info",
"serverReadTimeoutSecs": 120,
"corporaSetup": {
"registryDirPaths": ["/var/local/corpora/registry"],
"textTypesDbDirPath": "/var/local/corpora/metadata",
"corpusDataPath": {
"abstract": "/var/local/corpora/indexed-abstract",
"cnc": "/var/local/corpora/indexed",
"kontext": "/var/local/corpora/indexed-fast"
},
"altAccessMapping": {
"omezeni": ""
},
"syncAllowedCorpora": ["susanne", "syn2015"],
"wordSketchDefDirPath": "/var/local/corpora/ske-wsdef",
"manateeDynlibPath": "/a/path/to/ucnkdynfn.so"
},
"kontextSoftResetURL": ["http://localhost:8080/kontext-services/soft-reset-all"],
"cncDb": {
"host": "kontext_db_host",
"user": "kontext",
"passwd": "********",
"db": "kontext"
},
"liveAttrs": {
"db": {
"type": "mysql",
"host": "liveattrs_db_host",
"name": "liveattrs",
"user": "liveattrs",
"password": "********"
},
"confDirPath": "/a/dir/path/where/liveattrs/config/will/be/stored",
"vertMaxNumErrors": 100
},
"jobs": {
"statusDataPath": "/a/path/where/masm/status/will/be/stored.bin",
"maxNumRestarts": 3
}
}