Improve redis config

This commit is contained in:
syuilo 2019-03-09 23:44:54 +09:00
parent 948a133b7b
commit 5a0a297634
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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;