Fixed build error
This commit is contained in:
@@ -39,7 +39,7 @@ export N8N_USER_FOLDER="${N8N_PATH}"
|
||||
|
||||
export N8N_HOST="$(jq --raw-output '.n8n_host // empty' $CONFIG_PATH)"
|
||||
export N8N_PORT="$(jq --raw-output '.n8n_port // empty' $CONFIG_PATH)"
|
||||
export NODE_ENV="$(jq --raw-output '.mode_env // empty' $CONFIG_PATH)"
|
||||
export NODE_ENV="$(jq --raw-output '.node_env // empty' $CONFIG_PATH)"
|
||||
export WEBHOOK_TUNNEL_URL="$(jq --raw-output '.webhook_tunnel_url // empty' $CONFIG_PATH)"
|
||||
|
||||
if [ -z "${N8N_BASIC_AUTH_USER}" ] || [ -z "${N8N_BASIC_AUTH_ACTIVE}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user