mirror of https://github.com/zulip/zulip.git
APNs: Drop disused setting from old implementation.
This commit is contained in:
parent
005b0fb566
commit
12d878c785
|
@ -293,7 +293,6 @@ DEFAULT_SETTINGS.update({
|
|||
|
||||
# Settings for APNS. Only needed on push.zulipchat.com.
|
||||
'APNS_CERT_FILE': None,
|
||||
'APNS_KEY_FILE': None,
|
||||
'APNS_SANDBOX': True,
|
||||
|
||||
# Limits related to the size of file uploads; last few in MB.
|
||||
|
|
Loading…
Reference in New Issue