ff 3 years ago
parent
commit
f683b488a7
1 changed files with 7 additions and 7 deletions
  1. 7 7
      app.json

+ 7 - 7
app.json

@@ -1,6 +1,6 @@
 {
-    "name": "freenom-automatic-renew快速部署",
-    "description": "Deploy freenom-automatic-renew to Heroku.",
+    "name": "freenom 部署",
+    "description": "Deploy freenom to Heroku.",
     "keywords": ["freenom"],
     "env": {
         "FREENOM_USERNAME": {
@@ -27,26 +27,26 @@
 
         "TELEGRAM_BOT_ENABLE": {
             "description": "是否启用Telegram通知",
-            "value": 1,
+            "value": "1",
             "required": false
         },
 
         "NOTICE_FREQ": {
             "description": "通知频率 0:仅当有续期操作的时候 1:每次执行",
-            "value": 1
+            "value": "1"
         },
 
         "VERIFY_SSL": {
             "description": "请求时验证 SSL 证书行为,默认不验证,防止服务器证书过期或证书颁布者信息不全导致无法发出请求",
-            "value": 0
+            "value": "0"
         },
 
         "DEBUG": {
             "description": "debug模式",
-            "value": 0
+            "value": "0"
         }
     },
     "website": "xx.com",
-    "repository": "no repository",
+    "repository": "https://github.com/llfapp/freenom",
     "stack": "container"
 }