Skip to content
Snippets Groups Projects
Verified Commit a7dcea6f authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Cleanup

parent 398380dd
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,6 @@ RUN cpanm \ ...@@ -28,7 +28,6 @@ RUN cpanm \
Mojo::Redis \ Mojo::Redis \
Mojo::JWT \ Mojo::JWT \
Mojolicious::Plugin::Authentication Mojolicious::Plugin::Authentication
# Mojolicious::Plugin::Template::Mustache
ADD . /opt/PZ ADD . /opt/PZ
WORKDIR /opt/PZ WORKDIR /opt/PZ
......
...@@ -20,9 +20,6 @@ sub startup { ...@@ -20,9 +20,6 @@ sub startup {
# Delka session # Delka session
$self->sessions->default_expiration($cfg->{session}{lifetime}); $self->sessions->default_expiration($cfg->{session}{lifetime});
# Template engine
# $self->plugin('Template::Mustache');
$self->plugin('PZ::Helpers::OIDC'); $self->plugin('PZ::Helpers::OIDC');
my $redis = Mojo::Redis->new( 'redis://' . $cfg->{redis}{server} ); my $redis = Mojo::Redis->new( 'redis://' . $cfg->{redis}{server} );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment