|
@@ -140,37 +140,37 @@ FCM_CONFIG = {
|
|
|
|
|
|
APNS_CONFIG = {
|
|
|
'com.ansjer.loocamccloud': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/lcc.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/lcc.pem',
|
|
|
},
|
|
|
'com.ansjer.zosidcloud': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/zosidcloud.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/zosidcloud.pem',
|
|
|
},
|
|
|
'com.ansjer.customizedb': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/customizedb.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/customizedb.pem',
|
|
|
},
|
|
|
'com.ansjer.customizedd': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/customizedd.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/customizedd.pem',
|
|
|
},
|
|
|
'com.ansjer.customizede': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/customizede.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/customizede.pem',
|
|
|
},
|
|
|
'com.ansjer.customizeda': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/customizeda.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/customizeda.pem',
|
|
|
},
|
|
|
'com.ansjer.zccloud': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/zccloud.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/zccloud.pem',
|
|
|
},
|
|
|
'com.ansjer.accloud': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/accloud.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/accloud.pem',
|
|
|
},
|
|
|
'com.ansjer.adcloud': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/apns-dis-adcloud.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/apns-dis-adcloud.pem',
|
|
|
},
|
|
|
'com.ansjer.customizedc':{
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/customizedc.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/customizedc.pem',
|
|
|
},
|
|
|
'com.cloudlife.commissionf': {
|
|
|
- 'pem_path': 'AnsjerPush/file/apns_pem/commissionf.pem',
|
|
|
+ 'pem_path': 'static/apns_pem/commissionf.pem',
|
|
|
}
|
|
|
}
|
|
|
|