harbor env
You can now set service-specific env vars directly via Harbor CLI
# Show the current environment variables for the "n8n" service
harbor env n8n
# Get a specific environment variable
# for the dify service (LOG_LEVEL under the hood)
harbor env dify log.level
# Set a brand new environment variable for the service
# All three are equivalent
harbor env cmdh NODE_ENV developmentMisc
cmdh- fixing service build and initn8n- usingN8N_SECURE_COOKIEby default, since Harbor is expected to run onlocalhostcomfyui- disable web auth by default to provide seamless integration withwebuiout of the box- documentation fixes and improvements