-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
51 lines (42 loc) · 1.05 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
server:
logLevel: debug
globals:
datasetBaseUrl: http://localhost:8080/
endpoints:
default:
url: /query
template:
title: The Big Bang Theory - Linked Data
plugins:
welcome:
module: trifid-core/plugins/view.js
paths: /
methods: GET
config:
path: views/welcome.hbs
parameters:
module: trifid-core/plugins/view.js
paths:
- /parameters
- /parameters/
methods: GET
config:
path: views/parameters.hbs
yasgui:
module: trifid-plugin-yasgui
config:
urlShortener: https://s.zazuko.com/api/v1/shorten
graph-explorer:
module: trifid-plugin-graph-explorer
config:
dataLabelProperty: <http://schema.org/name> | rdfs:label
schemaLabelProperty: <http://schema.org/name> | rdfs:label
spex:
module: trifid-plugin-spex
entity-renderer:
module: "@zazuko/trifid-entity-renderer"
fetch-handler:
module: trifid-handler-fetch
config:
url: https://raw.githubusercontent.com/zazuko/tbbt-ld/master/dist/tbbt.nq
contentType: application/n-quads