-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig-webdriver.toml
More file actions
37 lines (31 loc) · 1.15 KB
/
Copy pathconfig-webdriver.toml
File metadata and controls
37 lines (31 loc) · 1.15 KB
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
# Configuration file used when running api integration tests with webdriver.
[general]
host = "0.0.0.0"
port = 8081
message_max_time = 10 # In ms.
verbose_log = true
log_path = "/tmp"
remote_services_config = "./remote/config.toml"
remote_services_path = "./remote"
socket_path = "/tmp/api-daemon-socket"
[http]
root_path = "../prebuilts/http_root"
[telemetry]
enabled = false
token_uri = "https://api.stage.kaiostech.com/v3.0/applications"
metrics_uri = "https://api.stage.kaiostech.com/v3.0/apps/metrics"
[vhost]
root_path = "../prebuilts/http_root/webapps/vroot"
# This CSP is more permissive than for regular apps, to allow inline scripts in tests.
# DON'T REUSE IT IN OTHER CONTEXTS.
csp = "default-src * data: blob:; script-src 'self' http://127.0.0.1:8081 'unsafe-inline'; object-src 'none'; style-src 'self' 'unsafe-inline' http://127.0.0.1:8081"
[apps_service]
root_path = "../tests/webapps"
data_path = "../prebuilts/http_root/webapps"
uds_path = "/tmp/apps_service_uds.sock"
cert_type = "test"
updater_socket = "/tmp/updater_socket"
allow_remove_preloaded = true
[procmanager_service]
socket_path = "/tmp/b2gkiller_hints"
hints_path = "/tmp/prochints.dat"