fix(helpers): Add missing sslMode configuration to Cloudly config.
This commit is contained in:
@ -24,6 +24,7 @@ export const createCloudly = async () => {
|
||||
publicPort: '8080',
|
||||
mongoDescriptor: await smartmongo.getMongoDescriptor(),
|
||||
s3Descriptor: await smarts3.getS3Descriptor(),
|
||||
sslMode: 'none',
|
||||
};
|
||||
const cloudlyInstance = new cloudly.Cloudly(cloudlyConfig);
|
||||
return cloudlyInstance;
|
||||
|
Reference in New Issue
Block a user