From 768347d93f979c90cb7a1623c63da001d9f23341 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 27 May 2021 03:13:08 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- README_zh.md | 2 +- app.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24e6341..a0c9dc7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ docker-compose up -d * ALIOSS_URL: alioss bucket public url, https://xxxx.oss-cn-shenzhen.aliyuncs.com * DELETE_ENABLED: delete app enabled, `true` `false` -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/iineva/ipa-server) # Docker Deploy diff --git a/README_zh.md b/README_zh.md index 0b1610c..7ca5aee 100644 --- a/README_zh.md +++ b/README_zh.md @@ -38,7 +38,7 @@ docker-compose up -d * ALIOSS_URL: Bucket域名,必须指定https才能保证ipa正常下载!例子: https://xxxx.oss-cn-shenzhen.aliyuncs.com * DELETE_ENABLED: 是否开启删除APP功能 `true` `false` -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/iineva/ipa-server) # 正式部署 diff --git a/app.json b/app.json index a35ab9a..fcea044 100644 --- a/app.json +++ b/app.json @@ -38,7 +38,7 @@ "META_PATH": { "description": "option, metadata storage path, use random secret path to keep your metadata safer in case of remote storage", "required": false, - "value": "appList.json" + "value": "" } }, "website": "https://github.com/iineva/ipa-server", From 72290bacd05da3622fe0ff870573e1b631110d97 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 27 May 2021 03:15:07 +0800 Subject: [PATCH 2/2] Update app.json --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index fcea044..ee52c53 100644 --- a/app.json +++ b/app.json @@ -33,7 +33,7 @@ "DELETE_ENABLED": { "description": "delete app enabled, true/false", "required": false, - "value": "true" + "value": "false" }, "META_PATH": { "description": "option, metadata storage path, use random secret path to keep your metadata safer in case of remote storage",