mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
fix
This commit is contained in:
parent
99dfc724ba
commit
71a9dee506
2 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,7 @@ EXECUTIONS_DATA_MAX_AGE=168
|
|||
EXECUTIONS_DATA_PRUNE_MAX_COUNT=2000
|
||||
|
||||
N8N_EMAIL_MODE=smtp
|
||||
N8N_SMTP_HOST=localhost
|
||||
N8N_SMTP_HOST=__MAIN_DOMAIN__
|
||||
N8N_SMTP_PORT=25
|
||||
N8N_SMTP_USER=__APP__
|
||||
N8N_SMTP_PASS=__MAIL_PWD__
|
||||
|
|
|
@ -9,6 +9,7 @@ nodejs_version=20
|
|||
n8n_version=1.9.3
|
||||
|
||||
timezone="$(cat /etc/timezone)"
|
||||
main_domain=$(cat /etc/yunohost/current_host)
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue