Skip to content

Commit 286caab

Browse files
committed
removed email credentials from default properties
1 parent a44dafa commit 286caab

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

packages/backend/src/config/getDeliveryServiceProperties.ts

+1-12
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,7 @@ const DEFAULT_DELIVERY_SERVICE_PROPERTIES: DeliveryServiceProperties = {
1313
messageTTL: 0,
1414
//100Kb
1515
sizeLimit: 100000,
16-
notificationChannel: [
17-
{
18-
type: NotificationChannelType.EMAIL,
19-
config: {
20-
smtpHost: 'smtp.gmail.com',
21-
smtpPort: 587,
22-
smtpEmail: '[email protected]',
23-
smtpUsername: '[email protected]',
24-
smtpPassword: 'ujxe wvic zpfz dzgs',
25-
},
26-
},
27-
],
16+
notificationChannel: [],
2817
};
2918

3019
export function getDeliveryServiceProperties(

0 commit comments

Comments
 (0)