@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_auth_mongodb, [
{description, "EMQX MongoDB Authentication and Authorization"},
- {vsn, "0.2.2"},
+ {vsn, "0.3.0"},
{registered, []},
{mod, {emqx_auth_mongodb_app, []}},
{applications, [
@@ -41,6 +41,7 @@
?VAR_PEERHOST,
?VAR_CERT_CN_NAME,
?VAR_CERT_SUBJECT,
+ ?VAR_ZONE,
?VAR_NS_CLIENT_ATTRS
]).
{application, emqx_auth_mysql, [
{description, "EMQX MySQL Authentication and Authorization"},
{mod, {emqx_auth_mysql_app, []}},
@@ -43,6 +43,7 @@
{application, emqx_auth_postgresql, [
{description, "EMQX PostgreSQL Authentication and Authorization"},
{mod, {emqx_auth_postgresql_app, []}},
{application, emqx_auth_redis, [
{description, "EMQX Redis Authentication and Authorization"},
{mod, {emqx_auth_redis_app, []}},
?VAR_CLIENTID,
?VAR_USERNAME,