Skip to content

Commit a89266d

Browse files
authored
Update .env.template
1 parent 491d932 commit a89266d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.env.template

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,26 @@ DOCKER_USER=user
44
DOCKER_UID=1000
55
DOCKER_GID=1000
66

7-
# Public URL of the server
7+
# Public host and port for the server
88
PUBLIC_HOST=n8n.localhost
99
PUBLIC_PORT=80
1010

1111
# Basic auth (generate using `htpasswd -nb user password`)
1212
BASIC_AUTH=
1313

14-
# Create certificates for HTTPS
14+
# Will generate TLS certificates if USE_TLS=1
1515
USE_TLS=
16+
17+
# Admin email, used for certificate renewal
1618
ADMIN_EMAIL=
1719

1820
# N8N encryption key
1921
N8N_ENCRYPTION_KEY=
2022

21-
# N8N other environment variables
23+
# Other N8N-specific environment variables
2224
N8N_USER_MANAGEMENT_DISABLED=true
2325
N8N_DIAGNOSTICS_ENABLED=false
2426
N8N_HIRING_BANNER_ENABLED=false
2527

26-
# Options to forward to N8N start
28+
# Options to forward to N8N start command
2729
N8N_OPTIONS="--tunnel"

0 commit comments

Comments
 (0)