apps/flow: n8n allow external node functions

This commit is contained in:
xeruf 2024-04-02 19:11:06 +02:00
parent c1b5e3606a
commit 2ea89e8fdc
1 changed files with 3 additions and 14 deletions

View File

@ -41,17 +41,6 @@ data:
protocol: https protocol: https
generic: generic:
timezone: "Europe/Berlin" timezone: "Europe/Berlin"
extraEnv:
# TODO Adjust n8n Mailing config NODE_FUNCTION_ALLOW_EXTERNAL: "*"
# mailer: #node-fetch
# enabled: "${outgoing_mail_enabled}"
# host: "${outgoing_mail_smtp_host}"
# port: "${outgoing_mail_smtp_port}"
# username: "${outgoing_mail_smtp_user}"
# password: "${outgoing_mail_smtp_password}"
# fromemail: "${outgoing_mail_from_address}"
# TODO Adjust n8n OpenID Connect Single Sign-On Configuration
# - name: Stackspin
# key: "${client_id}"
# secret: "${client_secret}"
# autoDiscoverUrl: 'https://${hydra_domain}/.well-known/openid-configuration'