forked from cloudfoundry/cf-acceptance-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-cats-config.json
More file actions
36 lines (36 loc) · 1.04 KB
/
Copy pathexample-cats-config.json
File metadata and controls
36 lines (36 loc) · 1.04 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
IN DEVELOPMENT
{
"api": "api.bosh-lite.com",
"apps_domain": "bosh-lite.com",
"admin_user": "admin",
"admin_password": "admin",
"skip_ssl_validation": true,
"use_http": true,
"use_log_cache": false,
"include_apps": true,
"include_backend_compatibility": true,
"include_capi_experimental": false,
"include_capi_no_bridge": true,
"include_container_networking": true,
"credhub_mode" : "assisted",
"include_detect": true,
"include_docker": false,
"include_internet_dependent": true,
"include_isolation_segments": false,
"include_private_docker_registry": false,
"include_route_services": true,
"include_routing": true,
"include_routing_isolation_segments": false,
"include_security_groups": true,
"include_service_discovery": false,
"include_services": true,
"include_service_instance_sharing": false,
"include_ssh": true,
"include_sso": true,
"include_tasks": true,
"include_v3": true,
"include_zipkin": true,
"include_assisted_credhub": true,
"include_credhub": true,
"include_tcp_routing": true
}