Skip to content

Commit

Permalink
fix heroku deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jun 21, 2018
1 parent 5057315 commit 2da1ee3
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions app.json
Expand Up @@ -5,16 +5,25 @@
"logo": "https://raw.githubusercontent.com/chatie/wechaty/master/image/wechaty-icon.png",
"keywords": ["wechaty", "wechat", "bot", "chatbot", "framework", "cloudbot"],
"env": {
"WECHATY_LOG": {
"description": "Don't touch this. unless you know what this mean",
"value": "info"
},
"WECHATY_PUPPET": {
"description": "Puppet Name",
"value": "default"
},
"WECHATY_TOKEN": {
"description": "Cloud access token for Wechaty.io",
"value": "wechaty"
},
"WECHATY_LOG": {
"description": "Don't touch this. unless you know what this mean",
"value": "info"
}
},
"engines": {
"node": "7"
}
"node": "10"
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-google-chrome"
}
]
}

0 comments on commit 2da1ee3

Please sign in to comment.