mirror of
https://github.com/mattermost/mattermost.git
synced 2026-08-26 21:27:40 -05:00
fixes mm-1348 removing dependency on redis
This commit is contained in:
@@ -42,11 +42,6 @@ type SqlSettings struct {
|
||||
AtRestEncryptKey string
|
||||
}
|
||||
|
||||
type RedisSettings struct {
|
||||
DataSource string
|
||||
MaxOpenConns int
|
||||
}
|
||||
|
||||
type LogSettings struct {
|
||||
ConsoleEnable bool
|
||||
ConsoleLevel string
|
||||
@@ -112,7 +107,6 @@ type Config struct {
|
||||
LogSettings LogSettings
|
||||
ServiceSettings ServiceSettings
|
||||
SqlSettings SqlSettings
|
||||
RedisSettings RedisSettings
|
||||
AWSSettings AWSSettings
|
||||
ImageSettings ImageSettings
|
||||
EmailSettings EmailSettings
|
||||
|
||||
Reference in New Issue
Block a user