File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,24 +4,26 @@ DOCKER_USER=user
4
4
DOCKER_UID=1000
5
5
DOCKER_GID=1000
6
6
7
- # Public URL of the server
7
+ # Public host and port for the server
8
8
PUBLIC_HOST=n8n.localhost
9
9
PUBLIC_PORT=80
10
10
11
11
# Basic auth (generate using `htpasswd -nb user password`)
12
12
BASIC_AUTH=
13
13
14
- # Create certificates for HTTPS
14
+ # Will generate TLS certificates if USE_TLS=1
15
15
USE_TLS=
16
+
17
+ # Admin email, used for certificate renewal
16
18
ADMIN_EMAIL=
17
19
18
20
# N8N encryption key
19
21
N8N_ENCRYPTION_KEY=
20
22
21
- # N8N other environment variables
23
+ # Other N8N-specific environment variables
22
24
N8N_USER_MANAGEMENT_DISABLED=true
23
25
N8N_DIAGNOSTICS_ENABLED=false
24
26
N8N_HIRING_BANNER_ENABLED=false
25
27
26
- # Options to forward to N8N start
28
+ # Options to forward to N8N start command
27
29
N8N_OPTIONS="--tunnel"
You can’t perform that action at this time.
0 commit comments