Improve redis config
This commit is contained in:
parent
948a133b7b
commit
5a0a297634
3 changed files with 8 additions and 3 deletions
|
@ -19,6 +19,8 @@ export type Source = {
|
|||
host: string;
|
||||
port: number;
|
||||
pass: string;
|
||||
db?: number;
|
||||
prefix?: string;
|
||||
};
|
||||
elasticsearch: {
|
||||
host: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue