Update config.json

This commit is contained in:
Alexandre
2021-05-13 07:12:46 +02:00
committed by GitHub
parent 841479df38
commit 7af9bb1c53

View File

@@ -28,9 +28,11 @@
"host_network": false,
"environment": {},
"options": {
"secret_token": "lrMY24Byhx"
"secret_token": "lrMY24Byhx",
"run_for_hours": "12",
},
"schema": {
"secret_token": "str"
"secret_token": "str",
"run_for_hours": "int?"
}
}