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": {}, "environment": {},
"options": { "options": {
"secret_token": "lrMY24Byhx", "secret_token": "lrMY24Byhx",
"run_duration": "5m" "run_duration": "12h"
}, },
"schema": { "schema": {
"secret_token": "str", "secret_token": "str",
"run_duration": "str?" "run_duration": "str?",
"verbose": "bool?"
} }
} }