Jishu Developer commited on
Commit
c7fca47
·
unverified ·
1 Parent(s): 03073c3

Update app.json

Browse files
Files changed (1) hide show
  1. app.json +6 -1
app.json CHANGED
@@ -85,6 +85,11 @@
85
  "description": "Protect contents from getting forwarded",
86
  "value": "False",
87
  "required": false
 
 
 
 
 
88
  }
89
  },
90
  "buildpacks": [
@@ -92,4 +97,4 @@
92
  "url": "heroku/python"
93
  }
94
  ]
95
- }
 
85
  "description": "Protect contents from getting forwarded",
86
  "value": "False",
87
  "required": false
88
+ },
89
+ "SECONDS": {
90
+ "description": "auto delete in seconds",
91
+ "value": "600",
92
+ "required": false
93
  }
94
  },
95
  "buildpacks": [
 
97
  "url": "heroku/python"
98
  }
99
  ]
100
+ }