Skip to content

Commit fcd6af2

Browse files
committed
add optional email user
1 parent 0f80524 commit fcd6af2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/db/models/AppSettings.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ const AppSettingsSchema = mongoose.Schema(
2525
systemEmailPassword: {
2626
type: String,
2727
},
28+
systemEmailUser: {
29+
type: String,
30+
},
2831
singleton: {
2932
type: Boolean,
3033
required: true,

0 commit comments

Comments
 (0)