mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
Merge pull request #32 from c9s/feature/heroku
feature: add heroku configuration (incomplete)
This commit is contained in:
commit
b6cc0be43d
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