Fixed build error
This commit is contained in:
@@ -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?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user