This repository was archived by the owner on Jun 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
lib/cloud_controller/config_schemas
unit/lib/cloud_controller Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,10 +42,6 @@ instance_file_descriptor_limit: 16384
4242
4343request_timeout_in_seconds : 900
4444
45- bulk_api :
46- auth_user : bulk_api
47- auth_password : " bulk-password"
48-
4945internal_api :
5046 auth_user : internal_user
5147 auth_password : " internal-password"
Original file line number Diff line number Diff line change @@ -136,10 +136,6 @@ route_services_enabled: true
136136volume_services_enabled : true
137137disable_private_domain_cross_space_context_path_route_sharing : false
138138
139- bulk_api :
140- auth_user : bulk_user
141- auth_password : bulk_password
142-
143139internal_api :
144140 auth_user : internal_user
145141 auth_password : internal_password
Original file line number Diff line number Diff line change @@ -91,11 +91,6 @@ class ApiSchema < VCAP::Config
9191 optional ( :ca_cert_path ) => String ,
9292 } ,
9393
94- bulk_api : {
95- auth_user : String ,
96- auth_password : String ,
97- } ,
98-
9994 staging : {
10095 timeout_in_seconds : Integer ,
10196 minimum_staging_memory_mb : Integer ,
Original file line number Diff line number Diff line change @@ -64,10 +64,6 @@ loggregator:
6464doppler :
6565 url : ' wss://doppler.the-system-domain.com:443'
6666
67- bulk_api :
68- auth_user : bulk_user
69- auth_password : bulk_password
70-
7167internal_api :
7268 auth_user : internal_user
7369 auth_password : internal_password
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ module VCAP::CloudController
2525 fog_connection : { } ,
2626 resource_directory_key : 'resource_key' ,
2727 } ,
28- bulk_api : { } ,
2928 external_domain : 'host' ,
3029 tls_port : 1234 ,
3130 staging : {
@@ -258,7 +257,6 @@ module VCAP::CloudController
258257 fog_connection : { } ,
259258 resource_directory_key : 'resource_key' ,
260259 } ,
261- bulk_api : { } ,
262260 external_host : 'host' ,
263261 tls_port : 1234 ,
264262 staging : {
You can’t perform that action at this time.
0 commit comments