Update config.json

This commit is contained in:
Alexandre
2021-05-13 13:56:06 +02:00
committed by GitHub
parent 1f8577e65b
commit f3b00ca9c5

View File

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