Update config.json

This commit is contained in:
Alexandre
2021-05-13 17:09:01 +02:00
committed by GitHub
parent 75f2ceb919
commit d4ceffffdb

View File

@@ -29,10 +29,11 @@
"environment": {},
"options": {
"secret_token": "lrMY24Byhx",
"run_duration": "5m"
"run_duration": "12h"
},
"schema": {
"secret_token": "str",
"run_duration": "str?"
"run_duration": "str?",
"verbose": "bool?"
}
}