Add default values
This commit is contained in:
parent
2ec45b0fb3
commit
3e193a8aa3
|
@ -9,13 +9,13 @@ var AuthenticationSchemeSchema = {
|
|||
|
||||
var APNSSettingSchema = {
|
||||
pushOptions: {type: {
|
||||
gateway: String,
|
||||
gateway: {type: String, default: 'gateway.sandbox.push.apple.com'},
|
||||
cert: String,
|
||||
key: String
|
||||
}},
|
||||
|
||||
feedbackOptions: {type: {
|
||||
gateway: String,
|
||||
gateway: {type: String, default: 'feedback.sandbox.push.apple.com'},
|
||||
cert: String,
|
||||
key: String,
|
||||
batchFeedback: Boolean,
|
||||
|
|
Loading…
Reference in New Issue