add the first app.json for heroku

This commit is contained in:
c9s 2020-10-26 10:29:05 +08:00
parent 9f416579ec
commit 56bac95336

26
app.json Normal file
View File

@ -0,0 +1,26 @@
{
"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"
]
}