Skip to content

Commit

Permalink
include application configuration in exception page
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 11, 2014
1 parent cc3c0dd commit 16cdcde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/templates/exception.development.html.ep
Expand Up @@ -220,6 +220,7 @@
%= $kv->('Static paths' => dumper app->static->paths)
%= $kv->('Static classes' => dumper app->static->classes)
%= $kv->(Include => dumper \@INC)
%= $kv->(Config => dumper app->config)
%= $kv->(Moniker => app->moniker)
%= $kv->(Name => $0)
%= $kv->(Executable => $^X)
Expand Down

0 comments on commit 16cdcde

Please sign in to comment.