summaryrefslogtreecommitdiffstats
path: root/model/config.go
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-07-13 21:00:59 +0100
committerChristopher Speller <crspeller@gmail.com>2017-07-13 13:00:59 -0700
commita1f17c1f8482f3c38e17cabe2365c76a1a2f32d4 (patch)
tree8681a3840d9881dad385628f74310e1576a188c4 /model/config.go
parent4eed88e0c2eebbaf04489526dfaeab7cfb77ee98 (diff)
downloadchat-a1f17c1f8482f3c38e17cabe2365c76a1a2f32d4.tar.gz
chat-a1f17c1f8482f3c38e17cabe2365c76a1a2f32d4.tar.bz2
chat-a1f17c1f8482f3c38e17cabe2365c76a1a2f32d4.zip
PLT-6474 Basic Elasticsearch System Console Page (#6825)
* PLT-6474: Basic System Console Elasticsearch Config. * Fix review comments. * More review fixes. * Review comments.
Diffstat (limited to 'model/config.go')
-rw-r--r--model/config.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/model/config.go b/model/config.go
index 3e98aa8f6..7bf891462 100644
--- a/model/config.go
+++ b/model/config.go
@@ -1662,8 +1662,6 @@ func (o *Config) Sanitize() {
o.SqlSettings.DataSourceSearchReplicas[i] = FAKE_SETTING
}
- *o.ElasticSearchSettings.ConnectionUrl = FAKE_SETTING
- *o.ElasticSearchSettings.Username = FAKE_SETTING
*o.ElasticSearchSettings.Password = FAKE_SETTING
}