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;
|
db?: number;
|
||||||
prefix?: string;
|
prefix?: string;
|
||||||
};
|
};
|
||||||
elasticsearch: {
|
elasticsearch?: {
|
||||||
host: string;
|
host: string;
|
||||||
port: number;
|
port: number;
|
||||||
ssl?: boolean;
|
ssl?: boolean;
|
||||||
|
|
Loading…
Reference in a new issue