Skip to content

Commit 052226d

Browse files
committed
added default delivery service values
1 parent ce689e4 commit 052226d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/backend/src/config/getDeliveryServiceProperties.ts

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ const DEFAULT_DELIVERY_SERVICE_PROPERTIES: DeliveryServiceProperties = {
1010
//100Kb
1111
sizeLimit: 100000,
1212
notificationChannel: [],
13+
smtpHost: '',
14+
smtpPort: 0,
15+
smtpEmail: '',
16+
smtpUsername: '',
17+
smtpPassword: '',
1318
};
1419

1520
export function getDeliveryServiceProperties(

0 commit comments

Comments
 (0)