Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bring out Hypnotoad config into the config file
  • Loading branch information
zoffixznet committed Nov 14, 2015
1 parent f98acb0 commit f62ee8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mojo-app/lib/ModulesPerl6.pm
Expand Up @@ -14,7 +14,7 @@ sub startup {
my $self = shift;

# SETUP
$self->config(hypnotoad => {listen => ['http://*:3333']});
$self->plugin('Config');
$self->moniker('ModulesPerl6');

my $secrets_file = -r SECRETS_FILE
Expand Down
3 changes: 3 additions & 0 deletions mojo-app/modules_perl6.conf
@@ -0,0 +1,3 @@
{
hypnotoad => {listen => ['http://*:3333']}
}

0 comments on commit f62ee8e

Please sign in to comment.