mirror of
https://github.com/seejohnrun/haste-server.git
synced 2026-02-10 16:01:32 +00:00
Fix config and redis settings
This commit is contained in:
@@ -52,8 +52,6 @@ export interface RethinkDbStoreConfig extends BaseStoreConfig {
|
||||
|
||||
export interface RedisStoreConfig extends BaseStoreConfig {
|
||||
url?: string
|
||||
host?: string
|
||||
port?: string
|
||||
db?: string
|
||||
user?: string
|
||||
username?: string | undefined
|
||||
|
||||
Reference in New Issue
Block a user