-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.yaml
88 lines (75 loc) · 1.9 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#@data/values
---
environment: production #! set this to 'local', 'test' or 'production'
os: linux #! set this to 'linux', 'mac' or 'windows'
email: [email protected] #! add your email here to obtain certifcates from let's encrypt
tag: latest
skills:
- name: boolq
author: ukp
- name: commonsense-qa
author: ukp
- name: extractive-qa
author: ukp
- name: generative-qa
author: ukp
- name: multiple-choice-qa
author: ukp
- name: open-extractive-qa
author: ukp
- name: qa-gnn
author: ukp
- name: information-retrieval
author: ukp
- name: metaqa
author: ukp
- name: extractive-metaqa
author: ukp
- name: multiple-choice-metaqa
author: ukp
- name: kgqa-kqapro
author: ukp
- name: tweac
author: ukp
web_concurrency: 4
verify_ssl:
production: 1
test: 1
local: 0
verify_issuer:
production: 1
test: 1
local: 0
realm: square
square_url:
production: https://square.ukp-lab.de/api
test: https://test.square.ukp-lab.de/api
local: https://host.docker.internal/api
square_api_url:
production: https://square.ukp-lab.de/api
test: https://test.square.ukp-lab.de/api
local: https://host.docker.internal/api
keycloak_base_url:
production: square.ukp-lab.de
test: test.square.ukp-lab.de
local: square.ukp-lab.localhost
frontend_url:
production: square.ukp-lab.de
test: test.square.ukp-lab.de
local: square.ukp-lab.localhost
keycloak_base_url_https:
production: https://square.ukp-lab.de
test: https://test.square.ukp-lab.de
local: http://keycloak:8080
faiss_url:
production: https://square.ukp-lab.de/api
test: https://test.square.ukp-lab.de/api
local: https://localhost/api
model_url:
production: https://square.ukp-lab.de/api
test: https://test.square.ukp-lab.de/api
local: https://traefik/api
docker_host_url:
windows: http://host.docker.internal
mac: http://host.docker.internal
linux: https://172.17.0.1