fix(backend): Use SSL option for Meilisearch (#10772)
This commit is contained in:
@@ -61,6 +61,7 @@ export type Source = {
|
||||
host: string;
|
||||
port: string;
|
||||
apiKey: string;
|
||||
ssl?: boolean;
|
||||
};
|
||||
|
||||
proxy?: string;
|
||||
|
Reference in New Issue
Block a user