mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 14:33:53 +00:00
add the first app.json for heroku
This commit is contained in:
parent
9f416579ec
commit
56bac95336
26
app.json
Normal file
26
app.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user