From 0c9034da222ded6c41f77b6395571fbeae2a2c5b Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 15 Feb 2024 15:21:33 +0100 Subject: [PATCH] apps(lychee): Enable debug mode --- apps/lychee/app/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/lychee/app/deploy.yaml b/apps/lychee/app/deploy.yaml index 8e836f8..184bbfa 100644 --- a/apps/lychee/app/deploy.yaml +++ b/apps/lychee/app/deploy.yaml @@ -44,6 +44,8 @@ spec: value: https://lychee.trivernis.net - name: APP_FORCE_HTTPS value: "true" + - name: APP_DEBUG + value: "true" volumes: - name: lychee-sym persistentVolumeClaim: