-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.json
More file actions
34 lines (32 loc) · 946 Bytes
/
services.json
File metadata and controls
34 lines (32 loc) · 946 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
32
33
[
{
"name": "test",
"base_url": "https://jsonplaceholder.typicode.com",
"authorization_key_identifier":""
},
{
"name": "knox-api",
"base_url": "http://knox-kb01.srv.aau.dk:8000",
"authorization_key_identifier":"KNOX_DATABASE_AUTHORIZATION"
},
{
"name": "tripleconstruction-api",
"base_url": "http://knox-preproc01.srv.aau.dk:4444",
"authorization_key_identifier":"API_SECRET"
},
{
"name": "metadata-api",
"base_url": "http://knox-preproc01.srv.aau.dk:5000",
"authorization_key_identifier": ""
},
{
"name": "entity-mentions-and-linking-api",
"base_url": "http://knox-preproc01.srv.aau.dk:3000",
"authorization_key_identifier": ""
},
{
"name":"llama-api",
"base_url": "http://knox-func01.srv.aau.dk:5004",
"authorization_key_identifier": ""
}
]