diff --git a/Makefile b/Makefile index 3551d5f..a345739 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,6 @@ include erlang.mk CUTTLEFISH_SCRIPT = _build/default/lib/cuttlefish/cuttlefish -profile = $(shell git branch | grep -e "^*" | cut -d' ' -f 2) - app.config: $(CUTTLEFISH_SCRIPT) etc/emqx_auth_username.conf $(verbose) $(CUTTLEFISH_SCRIPT) -l info -e etc/ -c etc/emqx_auth_username.conf -i priv/emqx_auth_username.schema -d data diff --git a/rebar.config b/rebar.config index ae5a94f..ba2243f 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,8 @@ {github_emqx_libs, [{emqx_passwd, "v1.0"}, - {clique, "v0.3.11"}]}. + {clique, "v0.3.11"}, + {cuttlefish, "v2.2.1"} + ]}. {github_emqx_projects, [emqx, emqx_management]}.