Improve redis config

This commit is contained in:
syuilo
2019-03-09 23:44:54 +09:00
parent 948a133b7b
commit 5a0a297634
3 changed files with 8 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ export type Source = {
host: string;
port: number;
pass: string;
db?: number;
prefix?: string;
};
elasticsearch: {
host: string;