瀏覽代碼

添加推送证书

peng 2 年之前
父節點
當前提交
d02b18c923
共有 4 個文件被更改,包括 12 次插入0 次删除
  1. 3 0
      AnsjerPush/cn_formal_config.py
  2. 3 0
      AnsjerPush/eur_formal_config.py
  3. 3 0
      AnsjerPush/formal_config.py
  4. 3 0
      AnsjerPush/test_config.py

+ 3 - 0
AnsjerPush/cn_formal_config.py

@@ -160,6 +160,9 @@ APNS_CONFIG = {
     },
     'com.ansjer.customizedc':{
         'pem_path': 'AnsjerPush/file/apns_pem/customizedc.pem',
+    },
+    'com.cloudlife.commissionf': {
+        'pem_path': 'AnsjerPush/file/apns_pem/commissionf.pem',
     }
 }
 APNS_MODE = 'prod'

+ 3 - 0
AnsjerPush/eur_formal_config.py

@@ -160,6 +160,9 @@ APNS_CONFIG = {
     },
     'com.ansjer.customizedc':{
         'pem_path': 'AnsjerPush/file/apns_pem/customizedc.pem',
+    },
+    'com.cloudlife.commissionf': {
+        'pem_path': 'AnsjerPush/file/apns_pem/commissionf.pem',
     }
 }
 APNS_MODE = 'prod'

+ 3 - 0
AnsjerPush/formal_config.py

@@ -160,6 +160,9 @@ APNS_CONFIG = {
     },
     'com.ansjer.customizedc':{
         'pem_path': 'AnsjerPush/file/apns_pem/customizedc.pem',
+    },
+    'com.cloudlife.commissionf': {
+        'pem_path': 'AnsjerPush/file/apns_pem/commissionf.pem',
     }
 }
 APNS_MODE = 'prod'

+ 3 - 0
AnsjerPush/test_config.py

@@ -149,6 +149,9 @@ APNS_CONFIG = {
     },
     'com.ansjer.accloud': {
         'pem_path': 'AnsjerPush/file/apns_pem/accloud-dev.pem',
+    },
+    'com.cloudlife.commissionf': {
+        'pem_path': 'AnsjerPush/file/apns_pem/commissionf-dev.pem',
     }
 }
 APNS_MODE = 'dev'