Skip to content

Commit f144c6f

Browse files
committed
fix: loggregator configs removed from clock config schema
1 parent 13891a2 commit f144c6f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

lib/cloud_controller/config_schemas/clock_schema.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,6 @@ class ClockSchema < VCAP::Config
179179
optional(:uaa_client_secret) => String,
180180
optional(:uaa_client_scope) => String,
181181

182-
optional(:loggregator) => {
183-
endpoint: String,
184-
optional(:ca_file) => String,
185-
optional(:cert_file) => String,
186-
optional(:key_file) => String
187-
},
188-
189182
optional(:fluent) => {
190183
optional(:host) => String,
191184
optional(:port) => Integer

0 commit comments

Comments
 (0)