-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
63 lines (63 loc) · 1.67 KB
/
config.yaml
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
themeVolume: theme # no trailing slash
sidenav: true
enabledPrezs:
- VocPrez
- SpacePrez
sparqlCreds:
VocPrez:
SPARQL_ENDPOINT: #{VOCPREZ_SPARQL_ENDPOINT}#
SPARQL_USERNAME: #{VOCPREZ_SPARQL_USERNAME}#
SPARQL_PASSWORD: #{VOCPREZ_SPARQL_PASSWORD}#
SpacePrez:
SPARQL_ENDPOINT: #{SPACEPREZ_SPARQL_ENDPOINT}#
SPARQL_USERNAME: #{SPACEPREZ_SPARQL_USERNAME}#
SPARQL_PASSWORD: #{SPACEPREZ_SPARQL_PASSWORD}#
CatPrez:
SPARQL_ENDPOINT: null
SPARQL_USERNAME: null
SPARQL_PASSWORD: null
TimePrez:
SPARQL_ENDPOINT: null
SPARQL_USERNAME: null
SPARQL_PASSWORD: null
port: 8000
demo: true
debug: true
allowPartialResults: true
searchEndpoints:
- name: GA VocPrez
url: http://ga.surroundaustralia.com/sparql/
- name: GGIC VocPrez
url: http://ggic.surroundaustralia.com/sparql/
- name: DAWE VocPrez
url: http://dawe.surroundaustralia.com/sparql/
- name: ICSM VocPrez
url: http://icsm.surroundaustralia.com/sparql/
- name: CSIRO VocPrez
url: http://csiro.surroundaustralia.com/sparql/
systemUri: https://prez.surroundaustralia.com
systemInfo:
Prez:
title: SURROUND Prez
desc: Prez demo instance for SURROUND Australia
VocPrez:
title: SURROUND Vocabularies
desc: Demo vocabularies
data_uri: http://exampledata.org
SpacePrez:
title: SURROUND Spatial Data
desc: Floods spatial data
data_uri: http://exampledata.org
CatPrez:
title: null
desc: null
data_uri:
TimePrez:
title: null
desc: null
data_uri:
appName: surround
email: [email protected]
deploymentMethod: kubernetes # docker, kubernetes or ecs
storageClass: ebs-sc # for kubernetes deployment
version: 0.2.1