1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00
This commit is contained in:
Éric Gaspar 2023-10-15 17:43:36 +02:00
parent 99dfc724ba
commit 71a9dee506
2 changed files with 2 additions and 1 deletions

View file

@ -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__

View file

@ -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