-
Notifications
You must be signed in to change notification settings - Fork 21
/
portal.properties
52 lines (48 loc) · 1.42 KB
/
portal.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
51
52
{
storage =
{
local = /opt/wings/storage/default;
tdb = /opt/wings/storage/default/TDB;
}
server = http://localhost:8080;
graphviz = /usr/bin/dot;
light-reasoner = false;
ontology =
{
data = http://www.wings-workflows.org/ontology/data.owl;
component = http://www.wings-workflows.org/ontology/component.owl;
workflow = http://www.wings-workflows.org/ontology/workflow.owl;
execution = http://www.wings-workflows.org/ontology/execution.owl;
}
execution =
{
engine =
{
name = Local;
implementation = edu.isi.wings.execution.engine.api.impl.local.LocalExecutionEngine;
type = BOTH;
}
engine =
{
name = Distributed;
implementation = edu.isi.wings.execution.engine.api.impl.distributed.DistributedExecutionEngine;
type = BOTH;
}
}
publisher =
{
url = "https://publisher.mint.isi.edu";
name = "exportTest"
upload-server =
{
url = "https://publisher.mint.isi.edu";
username = "user";
password = "password";
}
triple-store = {
publish = http://ontosoft.isi.edu:3030/provenance/data;
query = http://ontosoft.isi.edu:3030/provenance/sparql;
domains-directory = /opt/wings/storage/default;
}
}
}