bbgo_origin/app.json

27 lines
500 B
JSON
Raw Normal View History

2020-10-26 02:29:05 +00:00
{
"name": "bbgo",
"description": "a modern cryptocurrency trading bot",
"repository": "https://github.com/c9s/bbgo",
"keywords": [
"trading",
"cryptocurrency",
"crypto"
],
"env": {
"MAX_API_KEY": {
"description": "The API key of your MAX Exchange account"
},
"MAX_API_SECRET": {
"description": "The API secret of your MAX Exchange account"
}
},
"buildpacks": [
{
"url": "heroku/go"
}
],
"addons": [
"jawsdb:kitefin"
]
}