diff --git a/0001_dancer-config.patch b/0001_dancer-config.patch new file mode 100644 index 0000000..28d4206 --- /dev/null +++ b/0001_dancer-config.patch @@ -0,0 +1,20 @@ +commit 9f467bc8890a0c2f04366fafa9611c3a4c8bce37 +Author: Frank Schreiner +Date: Mon Jun 28 13:57:16 2021 +0200 + + fix dancer config template - removed duplicate session key + +diff --git a/etc/templates/cmd/setup/dancer-config.yml.tt2 b/etc/templates/cmd/setup/dancer-config.yml.tt2 +index 51ec1ab..23baf2b 100644 +--- a/etc/templates/cmd/setup/dancer-config.yml.tt2 ++++ b/etc/templates/cmd/setup/dancer-config.yml.tt2 +@@ -29,9 +29,6 @@ views: /usr/share/kanku/views + + environment: production + +-#template: "simple" +-session: "YAML" +- + template: "template_toolkit" + session: "YAML" + engines: