mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-24 15:29:27 +00:00
Fix Heroku variables, and also check REDISTOGO before using defaults.
This commit is contained in:
4
app.json
4
app.json
@@ -4,11 +4,11 @@
|
||||
"repository": "https://github.com/nikdoof/evestandings",
|
||||
"keywords": ["python", "eve online"],
|
||||
"env": {
|
||||
"API_KEY_ID": {
|
||||
"STANDINGS_API_KEY_ID": {
|
||||
"description": "KeyID of a corporation Director API Key.",
|
||||
"required": true
|
||||
},
|
||||
"API_KEY_VCODE": {
|
||||
"STANDINGS_API_KEY_VCODE": {
|
||||
"description": "vCode of a corporation Director API Key.",
|
||||
"value": "next_action",
|
||||
"required": false
|
||||
|
||||
Reference in New Issue
Block a user