1
0
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:
Yusuf Yilmaz
2022-05-27 15:22:24 +02:00
parent ced5c3eef4
commit 54f7b8744d
4 changed files with 13 additions and 24 deletions
-2
View File
@@ -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