Skip to content

Commit

Permalink
mention that hypnotoad sets the operating mode to production
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 12, 2014
1 parent d32baef commit 9be10fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious/Guides/Cookbook.pod
Expand Up @@ -108,9 +108,9 @@ environments out of the box.
$ hypnotoad script/myapp
Server available at http://127.0.0.1:8080.

You can tweak many configuration settings right from within your application
with L<Mojo/"config">, for a full list see
L<Mojo::Server::Hypnotoad/"SETTINGS">.
It automatically sets the operating mode to C<production> and you can tweak
many configuration settings right from within your application with
L<Mojo/"config">, for a full list see L<Mojo::Server::Hypnotoad/"SETTINGS">.

use Mojolicious::Lite;

Expand Down

0 comments on commit 9be10fd

Please sign in to comment.