remove rest default config from user provider

This commit is contained in:
Willy Kloucek
2022-05-03 15:27:12 +02:00
parent 9268fdcf86
commit 771bfb6c6b

View File

@@ -78,9 +78,6 @@ func DefaultConfig() *config.Config {
JoinOwnCloudUUID: false,
EnableMedialSearch: false,
},
REST: config.RESTProvider{
RedisAddr: "localhost:6379",
},
},
}
}