Skip to content

Commit

Permalink
Fix list of conf files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Oct 21, 2024
1 parent 4394659 commit 78baaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-rabbit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RABBITMQ_CONF=${RABBITMQ_CONF:-rabbitmq.conf}

if [[ "${MODE}" == "uaa" ]]; then
if [[ -z "${CONF_FILES}" ]]; then
CONF_FILES="rabbitmq.conf,oauth2-only.conf"
CONF_FILES="rabbitmq,oauth2-only"
fi
fi

Expand Down

0 comments on commit 78baaf3

Please sign in to comment.