forked from FoundKeyGang/FoundKey
backend: mark elasticsearch as optional
This commit is contained in:
parent
9544cd69d2
commit
3da7221eec
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export type Source = {
|
|||
db?: number;
|
||||
prefix?: string;
|
||||
};
|
||||
elasticsearch: {
|
||||
elasticsearch?: {
|
||||
host: string;
|
||||
port: number;
|
||||
ssl?: boolean;
|
||||
|
|
Loading…
Reference in a new issue