summarylogtreecommitdiffstats
path: root/n8n.env
blob: 9864edbf8f876c4baf6a97962c766162bed971ba (plain)
1
2
3
4
5
6
7
8
9
10
# Provide the path where n8n will create the .n8n folder. This directory stores user-specific data, such as database file and encryption key.
N8N_USER_FOLDER=/var/lib/n8n

# Host name n8n runs on.
N8N_HOST=localhost

# The HTTP port n8n runs on.
N8N_PORT=5678

# For more env, see: https://docs.n8n.io/hosting/configuration/environment-variables