somratpro commited on
Commit
524ec79
·
1 Parent(s): 320e776

chore: replace N8N_RUNNERS_ENABLED with N8N_PYTHON_NODES_ENABLED in environment configuration

Browse files
Files changed (2) hide show
  1. .env.example +1 -1
  2. start.sh +1 -1
.env.example CHANGED
@@ -32,7 +32,7 @@ N8N_PORT=5678
32
  PUBLIC_PORT=7861
33
 
34
  # Disable unnecessary services
35
- N8N_RUNNERS_ENABLED=false
36
  N8N_LICENSE_AUTO_RENEW_ENABLED=false
37
 
38
  # -----------------------------------------------------------------------------
 
32
  PUBLIC_PORT=7861
33
 
34
  # Disable unnecessary services
35
+ N8N_PYTHON_NODES_ENABLED=false
36
  N8N_LICENSE_AUTO_RENEW_ENABLED=false
37
 
38
  # -----------------------------------------------------------------------------
start.sh CHANGED
@@ -33,7 +33,7 @@ export GENERIC_TIMEZONE="${GENERIC_TIMEZONE:-${TZ:-UTC}}"
33
  export TZ="${TZ:-$GENERIC_TIMEZONE}"
34
 
35
  # Disable noisy or unnecessary services
36
- export N8N_RUNNERS_ENABLED="${N8N_RUNNERS_ENABLED:-false}"
37
  export N8N_LICENSE_AUTO_RENEW_ENABLED="${N8N_LICENSE_AUTO_RENEW_ENABLED:-false}"
38
 
39
  # n8n v2 uses built-in user management.
 
33
  export TZ="${TZ:-$GENERIC_TIMEZONE}"
34
 
35
  # Disable noisy or unnecessary services
36
+ export N8N_PYTHON_NODES_ENABLED="${N8N_PYTHON_NODES_ENABLED:-false}"
37
  export N8N_LICENSE_AUTO_RENEW_ENABLED="${N8N_LICENSE_AUTO_RENEW_ENABLED:-false}"
38
 
39
  # n8n v2 uses built-in user management.