Create path option

This commit is contained in:
Alexandre
2021-05-14 08:26:43 +02:00
committed by GitHub
parent 714e2a3139
commit cfb62b12ab

View File

@@ -28,13 +28,14 @@
"host_network": false,
"environment": {},
"options": {
"secret_token": "lrMY24Byhx",
"ui_path": "joal",
"secret_token": "lrMY24Byhx",
"run_duration": "12h"
},
"schema": {
"ui_path": "str",
"secret_token": "str",
"run_duration": "str?",
"verbose": "bool?",
"path": "str?"
"verbose": "bool?"
}
}