24 lines
380 B
Plaintext
24 lines
380 B
Plaintext
# Rename to ".env"
|
|
# ----- System Variables
|
|
N8N_BASIC_AUTH_ACTIVE=true
|
|
N8N_BASIC_AUTH_USER=admin
|
|
N8N_BASIC_AUTH_PASSWORD=changeme
|
|
N8N_HOST=localhost
|
|
N8N_PORT=5678
|
|
N8N_PROTOCOL=http
|
|
N8N_EDITOR_BASE_URL=http://localhost:5678
|
|
TZ=Asia/Manila
|
|
|
|
|
|
|
|
|
|
# ----- Resources
|
|
# - Limits
|
|
N8N_LIMIT_CPUS=0.25
|
|
N8N_LIMIT_MEMORY=512MB
|
|
|
|
# - Reservations
|
|
N8N_RESERVE_CPUS=0.25
|
|
N8N_RESERVE_MEMORY=512MB
|
|
|