This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.sample.json
51 lines (51 loc) · 1.58 KB
/
config.sample.json
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
{
"PIVEAU_HUB_SERVICE_PORT": 8080,
"PIVEAU_HUB_SEARCH_CLI_CONFIG": {
"port": 8085,
"type": "http"
},
"PIVEAU_HUB_CORS_DOMAINS": [],
"greeting": "You know, for metadata!",
"PIVEAU_HUB_API_KEY": "myapikey",
"PIVEAU_HUB_AUTHORIZATION_PROCESS_DATA": {
"publicKey": "gaerzhgqw3t6w85n76w897bn3t5z3w0489b6wn78u5",
"clientID": "client-xyz",
"client_secret": "347845387-342438-fgjn4389-3237486",
"keycloak_uri": "www.keycloak.example",
"keycloak_realm": "xyz",
"default_owner": "librarian"
},
"PIVEAU_HUB_BASE_URI": "https://piveau.eu/",
"PIVEAU_HUB_TRIPLESTORE_CONFIG": {
"host": "http://localhost",
"port": 8890,
"data_endpoint": "/sparql-graph-crud-auth",
"query_endpoint": "/sparql-auth",
"ping": "",
"user": "dba",
"password": "dba"
},
"PIVEAU_HUB_VALIDATOR" : {
"enabled": false,
"url": "http://localhost:8083"
},
"PIVEAU_HUB_SEARCH_SERVICE": {
"url": "localhost",
"port": 8081,
"api_key": "myapikey"
},
"PIVEAU_HUB_LOAD_VOCABULARIES": true,
"PIVEAU_HUB_LOAD_VOCABULARIES_FETCH": false,
"PIVEAU_TRANSLATION_SERVICE": {
"enable": false,
"accepted_languages": ["en", "bg", "hr", "cs", "da", "nl", "et", "fi", "fr", "el",
"hu", "ga", "it", "lv", "lt", "mt", "pl", "pt", "ro", "sk", "sl", "es", "sv", "nb", "de"],
"translation_service_url": "https://www.url.eu/translation-service/",
"callback_url": "http://localhost:8080/translation"
},
"PIVEAU_DATA_UPLOAD": {
"url": "http://localhost:8086",
"service_url": "http://localhost:8086",
"api_key": "Bearer myapikey"
}
}