-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathexample_settings.json
More file actions
69 lines (69 loc) · 1.91 KB
/
example_settings.json
File metadata and controls
69 lines (69 loc) · 1.91 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"model_endpoint": "https://cdn.rawgit.com/ce-store/sl-data/master/WebContent/ce/model",
"models": [
"agent.ce",
"author.ce",
"organisation.ce",
"person.ce",
"document.ce",
"programme.ce",
"project.ce",
"statistics.ce",
"location.ce",
"event.ce",
"date.ce",
"citation.ce",
"topic.ce",
"misc.ce",
"queries/visualisation_queries.ce",
"queries/consistency_queries.ce",
"linguistic_metamodel.ce",
"rules/date.ce",
"rules/document.ce",
"rules/event.ce",
"rules/organisation.ce",
"rules/person.ce",
"rules/project.ce",
"rules/topic.ce"
],
"drupal_endpoint": "https://dais-ita.org",
"ce_store": {
"domain": "http://sl.dais-ita.org",
"port": ":8080",
"endpoint": "/ce-store",
"store": "/stores/DEFAULT",
"save": "/sources/generalCeForm?showStats=true&action=save",
"special": {
"interpreter": "/special/hudson/interpreter",
"keywords": "/special/keyword-search?keywords=",
"keyword_restrictions": "&returnInstances=true&style=minimal&restrictToConcepts=document,person,organisation,topic,event&restrictToProperties=writes about,abstract,title,name,short name,full name,marker,description"
}
},
"files": [
"ce-documents",
"ce-technical-areas",
"ce-people",
"ce-paper-citations",
"ce-person-citations",
"ce-messages",
"ce-linguistics",
"ce-topics",
"ce-projects",
"ce-project-plans",
"ce-organisations",
"ce-places",
"ce-event-series",
"ce-events",
"ce-programmes",
"ce-countries"
],
"agents_endpoint": "https://cdn.rawgit.com/ce-store/sl-data/master/WebContent/ce/agents",
"agents": [
"agents.ce"
],
"rules_endpoint": "https://cdn.rawgit.com/ce-store/sl-data/master/WebContent/ce/cmd/all_live_rules.cecmd",
"credentials": {
"username": "username",
"password": "password"
}
}