Elasticsearchのインデックス名をconfigで変更できるように (#5257)
This commit is contained in:
parent
fa2c7658a0
commit
1c273a0a75
4 changed files with 6 additions and 4 deletions
|
@ -28,6 +28,7 @@ export type Source = {
|
|||
host: string;
|
||||
port: number;
|
||||
pass: string;
|
||||
index?: string;
|
||||
};
|
||||
|
||||
autoAdmin?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue