diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2016-01-06 17:49:02 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2016-01-06 17:49:56 +0100 |
commit | 8fdc00bd4c59183a20a60a6b93228268230bbd2e (patch) | |
tree | 0c5c81a3799c66acf6250393ee43f9fb9b2f1b24 /app/controllers | |
parent | bcd2a09da72d430773b4b4bbc700132aade641d7 (diff) | |
download | gitlab-ce-remove-influxdb-credentials.tar.gz |
Remove InfluxDB username/passwordremove-influxdb-credentials
InfluxDB over UDP doesn't use authentication, thus there's no need for
these settings.
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/admin/application_settings_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/admin/application_settings_controller.rb b/app/controllers/admin/application_settings_controller.rb index 10e736fd362..44d06b6a647 100644 --- a/app/controllers/admin/application_settings_controller.rb +++ b/app/controllers/admin/application_settings_controller.rb @@ -70,8 +70,6 @@ class Admin::ApplicationSettingsController < Admin::ApplicationController :metrics_enabled, :metrics_host, :metrics_port, - :metrics_username, - :metrics_password, :metrics_pool_size, :metrics_timeout, :metrics_method_call_threshold, |