Browse Source

Add DEBUG environment variable for Heroku Button

pull/101/head
icoxfog417 6 years ago
parent
commit
b2f261bb8b
1 changed files with 5 additions and 0 deletions
  1. 5
      app.json

5
app.json

@ -24,6 +24,11 @@
"description": "Google Analytics tracking id.",
"required": false,
"value": ""
},
"DEBUG": {
"description": "Debug mode or not.",
"required": false,
"value": "False"
}
},
"scripts": {

Loading…
Cancel
Save