forked from cloudfoundry/cf-acceptance-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example-cats-config.json
40 lines (40 loc) · 1.11 KB
/
example-cats-config.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
IN DEVELOPMENT
{
"api": "api.DOMAIN.com",
"apps_domain": "DOMAIN.com",
"admin_user": "admin",
"admin_password": "PASSWORD",
"credhub_mode": "assisted",
"credhub_client": "CREDHUB_CLIENT",
"credhub_secret": "CREDHUB_SECRET",
"artifacts_directory": "logs",
"skip_ssl_validation": true,
"timeout_scale": 1,
"use_http": true,
"include_apps": true,
"include_container_networking": true,
"include_detect": true,
"include_docker": true,
"include_internet_dependent": true,
"include_isolation_segments": false,
"include_private_docker_registry": false,
"include_route_services": true,
"include_routing": true,
"include_http2_routing": true,
"include_tcp_routing": true,
"include_routing_isolation_segments": false,
"include_security_groups": true,
"include_service_discovery": false,
"include_services": true,
"include_service_instance_sharing": true,
"include_ssh": true,
"include_sso": true,
"include_tasks": true,
"include_user_provided_services": true,
"include_v3": true,
"include_zipkin": true,
"include_volume_services": false,
"stacks": [
"cflinuxfs3"
]
}