Fixed build error

This commit is contained in:
2023-10-20 18:49:16 +00:00
parent e321a8abb6
commit 74f09c0cf7
+6
View File
@@ -29,6 +29,9 @@
"protocol": "http", "protocol": "http",
"certfile": "fullchain_fixed.pem", "certfile": "fullchain_fixed.pem",
"keyfile": "privkey_fixed.pem", "keyfile": "privkey_fixed.pem",
"env_vars_list": [
"WEBHOOK_URL: https://n8n.automator.keenetic.link"
],
"cmd_line_args": "start" "cmd_line_args": "start"
}, },
"schema": { "schema": {
@@ -43,6 +46,9 @@
"protocol": "str", "protocol": "str",
"certfile": "str", "certfile": "str",
"keyfile": "str", "keyfile": "str",
"env_vars_list": [
"match(^[A-Z_0-9]+: .*$)"
],
"cmd_line_args": "str?" "cmd_line_args": "str?"
} }
} }