-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathconfig.yaml
38 lines (36 loc) · 961 Bytes
/
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
# The name of the server
name: SaGe Example Server
# Server maintainer(s)
maintainer: Chuck Norris
# The public URL used to access the server
public_url: http://server-url.com
# Path to a markdown file whose content will be displayed on the server's webpage
long_description: config_examples/description.md
# Time quantum used by the server
quota: 75000
# (Optional) Maximum number of results fetched by HTTP request
max_results: 200000000
# (Optional) Query selected by default in the "Query" section
default_query:
graph_name: test
name: Select everything
value: |
SELECT * WHERE {
?s ?p ?o.
}
# RDF Graphs hosted by the server
graphs:
-
name: watdiv
uri: http://example.org/watdiv
description: Just test data
backend: hdt-file
file: ./watdiv.10M.hdt
-
name: watdiv_postgres
uri: http://example.org/watdiv_postgres
description: watdiv in postgres
backend: postgres
dbname: watdiv
user: molli-p
password: ''