Skip to content

Commit

Permalink
add the first app.json for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Oct 26, 2020
1 parent 9f41657 commit 56bac95
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 56bac95

Please sign in to comment.