added qdrant config
This commit is contained in:
parent
f539f91018
commit
e2cefc2617
@ -40,6 +40,10 @@ export interface GadgetCodeConfig {
|
||||
host: string;
|
||||
database: string;
|
||||
};
|
||||
qdrant: {
|
||||
host: string;
|
||||
collection: string;
|
||||
};
|
||||
redis: {
|
||||
host?: string;
|
||||
port?: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user