Added new options
This commit is contained in:
+11
-3
@@ -21,15 +21,23 @@
|
||||
"auth": false,
|
||||
"auth_username": "",
|
||||
"auth_password": "",
|
||||
"n8n_host": "n8n.automator.ml",
|
||||
"n8n_port": "5678",
|
||||
"node_env": "production",
|
||||
"webhook_tunnel_url": "https://n8n.automator.ml/",
|
||||
"timezone": "Europe/Kiev",
|
||||
"protocol": "http",
|
||||
"certfile": "fullchain.pem",
|
||||
"keyfile": "privkey.pem"
|
||||
"protocol": "https",
|
||||
"certfile": "fullchain_fixed.pem",
|
||||
"keyfile": "privkey_fixed.pem"
|
||||
},
|
||||
"schema": {
|
||||
"auth": "bool",
|
||||
"auth_username": "str?",
|
||||
"auth_password": "str?",
|
||||
"n8n_host": "str",
|
||||
"n8n_port": "str",
|
||||
"node_env": "str",
|
||||
"webhook_tunnel_url": "str",
|
||||
"timezone": "str",
|
||||
"protocol": "str",
|
||||
"certfile": "str",
|
||||
|
||||
Reference in New Issue
Block a user