1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00

Serve only in http

This commit is contained in:
Florent 2021-09-19 16:41:44 +02:00 committed by Florent F
parent ec12ed745b
commit d50a20d969

View file

@ -22,8 +22,9 @@ N8N_PATH=__PATH__/
# If not set New York time will be used
GENERIC_TIMEZONE=__TIMEZONE__
# The email address to use for the SSL certificate creation
SSL_EMAIL=user@example.com
# Use http (we're behind a reverse-proxy)
N8N_PROTOCOL=http
N8N_LISTEN_ADDRESS=127.0.0.1
DB_MYSQLDB_DATABASE=__DB_NAME__
DB_MYSQLDB_HOST_FILE=localhost