Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Revert "run-broker with generated config"
Browse files Browse the repository at this point in the history
This reverts commit 5428b2e.
  • Loading branch information
Daniil Fedotov committed Feb 8, 2016
1 parent 5428b2e commit 3a8ba20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mk/rabbitmq-run.mk
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ RABBITMQ_LOG_BASE="$(call node_log_base,$(1))" \
RABBITMQ_MNESIA_BASE="$(call node_mnesia_base,$(1))" \
RABBITMQ_PLUGINS_DIR="$(CURDIR)/$(DIST_DIR)" \
RABBITMQ_PLUGINS_EXPAND_DIR="$(call node_plugins_expand_dir,$(1))" \
RABBITMQ_SERVER_START_ARGS="$(RABBITMQ_SERVER_START_ARGS)" \
RABBITMQ_GENERATED_CONFIG_DIR="./"
RABBITMQ_SERVER_START_ARGS="$(RABBITMQ_SERVER_START_ARGS)"
endef

BASIC_SCRIPT_ENV_SETTINGS = $(call basic_script_env_settings,$(RABBITMQ_NODENAME),$(RABBITMQ_NODE_PORT)) \
Expand Down

0 comments on commit 3a8ba20

Please sign in to comment.