Skip to content

Commit

Permalink
Merge pull request #42 from iineva/v2
Browse files Browse the repository at this point in the history
v2.1
  • Loading branch information
iineva authored May 26, 2021
2 parents e5a3bd1 + 72290ba commit 8fb540f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


# 正式部署
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"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",
"required": false,
"value": "appList.json"
"value": ""
}
},
"website": "https://github.com/iineva/ipa-server",
Expand Down

0 comments on commit 8fb540f

Please sign in to comment.