Skip to content

Commit fca497d

Browse files
author
Matthias Radestock
committed
remove extra_startup_steps from app config
This should have been done as part of bug17880.
1 parent b56db47 commit fca497d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ebin/rabbit_app.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
{env, [{tcp_listeners, [{"0.0.0.0", 5672}]},
1818
{ssl_listeners, []},
1919
{ssl_options, []},
20-
{extra_startup_steps, []},
2120
{default_user, <<"guest">>},
2221
{default_pass, <<"guest">>},
2322
{default_vhost, <<"/">>},

0 commit comments

Comments
 (0)