From a7dcea6fd545d86e4c9e0fa339e0b9dd6234252f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 22 Jun 2022 23:57:35 +0200 Subject: [PATCH] Cleanup --- Dockerfile | 1 - lib/PZ.pm | 3 --- 2 files changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2cad4a0..4096522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,6 @@ RUN cpanm \ Mojo::Redis \ Mojo::JWT \ Mojolicious::Plugin::Authentication -# Mojolicious::Plugin::Template::Mustache ADD . /opt/PZ WORKDIR /opt/PZ diff --git a/lib/PZ.pm b/lib/PZ.pm index f09c624..c9eae00 100644 --- a/lib/PZ.pm +++ b/lib/PZ.pm @@ -20,9 +20,6 @@ sub startup { # Delka session $self->sessions->default_expiration($cfg->{session}{lifetime}); - # Template engine -# $self->plugin('Template::Mustache'); - $self->plugin('PZ::Helpers::OIDC'); my $redis = Mojo::Redis->new( 'redis://' . $cfg->{redis}{server} ); -- GitLab