lhq %!s(int64=4) %!d(string=hai) anos
pai
achega
2c36b5af24
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      Ansjer/config.py

+ 4 - 1
Ansjer/config.py

@@ -368,7 +368,10 @@ APNS_CONFIG = {
     },
     'com.ansjer.customizedc':{
         'pem_path': 'AnsjerPush/file/apns_pem/customizedc.pem',
-    }
+    },
+    'com.ansjer.customizede': {
+        'pem_path': 'AnsjerPush/file/apns_pem/customizede.pem',
+    },
 }
 APNS_MODE = 'dev'
 SERVER_TYPE = os.environ.get('DJANGO_SETTINGS_MODULE')