chore: export internal functions for ad-hoc debugging
This commit is contained in:
parent
f29ba06316
commit
e53cf17e4c
|
@ -25,6 +25,11 @@
|
||||||
, get_release/0
|
, get_release/0
|
||||||
]).
|
]).
|
||||||
|
|
||||||
|
%% internal exports for ad-hoc debugging.
|
||||||
|
-export([ set_clientid_enrichment_module/0
|
||||||
|
, set_special_auth_module/0
|
||||||
|
]).
|
||||||
|
|
||||||
-define(APP, emqx).
|
-define(APP, emqx).
|
||||||
|
|
||||||
-include("emqx_release.hrl").
|
-include("emqx_release.hrl").
|
||||||
|
|
Loading…
Reference in New Issue