We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4394659 commit 78baaf3Copy full SHA for 78baaf3
bin/deploy-rabbit
@@ -15,7 +15,7 @@ RABBITMQ_CONF=${RABBITMQ_CONF:-rabbitmq.conf}
15
16
if [[ "${MODE}" == "uaa" ]]; then
17
if [[ -z "${CONF_FILES}" ]]; then
18
- CONF_FILES="rabbitmq.conf,oauth2-only.conf"
+ CONF_FILES="rabbitmq,oauth2-only"
19
fi
20
21
0 commit comments