-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconf.json
More file actions
31 lines (29 loc) · 820 Bytes
/
conf.json
File metadata and controls
31 lines (29 loc) · 820 Bytes
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
{
"html": "html-template",
"log_dir": "./log/",
"oc_services_templates": "https://github.com/opencitations/oc_services_templates",
"base_url": " api.opencitations.net",
"sparql_endpoint_index": "http://qlever-service.default.svc.cluster.local:7011",
"sparql_endpoint_meta": "http://virtuoso-service.default.svc.cluster.local:8890/sparql",
"api_index": [ "src/api/index_v1.hf" ],
"api_index_v2": [ "src/api/index_v2.hf" ],
"api_meta": ["src/api/meta_v1.hf"],
"redis": {
"enabled": "false",
"host": "redis-service.default.svc.cluster.local",
"password": "your_redis_password",
"port": 6379,
"db": 0
},
"sync": {
"folders": [
"static/css",
"static/js",
"static/img",
"html-template/common"
],
"files": [
"test.txt"
]
}
}