Spaces:
Paused
Paused
Jishu Developer
commited on
Update app.json
Browse files
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 |
+
}
|