mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-20 13:29:26 +00:00
Add a Heroku app.json
This commit is contained in:
17
app.json
Normal file
17
app.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "evestandings",
|
||||
"description": "A corporation/alliance standings listing webapp for EVE Online",
|
||||
"repository": "https://github.com/nikdoof/evestandings",
|
||||
"keywords": ["python", "eve online"],
|
||||
"env": {
|
||||
"API_KEY_ID": {
|
||||
"description": "KeyID of a corporation Director API Key.",
|
||||
"required": true
|
||||
},
|
||||
"API_KEY_VCODE": {
|
||||
"description": "vCode of a corporation Director API Key.",
|
||||
"value": "next_action",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user