-
Notifications
You must be signed in to change notification settings - Fork 2
/
server.properties
50 lines (50 loc) · 1.3 KB
/
server.properties
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
{
server = http://localhost:8080/disk-server;
storage =
{
local = /root/.disk/storage;
tdb = /root/.disk/storage/TDB;
db = /root/.disk/storage/DB;
}
keycloak =
{
url = https://auth.mint.isi.edu;
realm = production;
}
data-adapters =
{
Wiki =
{
type = sparql;
endpoint = https://endpoint.mint.isi.edu/tutorial;
username = admin;
password = admin;
}
}
method-adapters =
{
wings =
{
type = wings;
endpoint = http://localhost:7080/wings-portal;
username = admin;
password = 4dm1n!23;
internal_server = http://wings:8080/wings-portal;
domain = test;
}
}
question-templates =
{
bikes = https://raw.githubusercontent.com/KnowledgeCaptureAndDiscovery/QuestionOntology/1.0.3/examples/bike_rent.xml;
}
vocabularies =
{
disk-hypothesis =
{
url = https://knowledgecaptureanddiscovery.github.io/DISK-Ontologies/hypothesis/release/0.0.2/ontology.owl;
prefix = hyp;
title = "Disk hypothesis ontology";
namespace = http://disk-project.org/ontology/hypothesis#;
}
}
}