From 928d5c108d6475cd925980a292f4b3d2ec2d5925 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 30 Sep 2024 17:17:49 +0200 Subject: [PATCH] fix env path --- .env.sample | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.sample b/.env.sample index 745a0ff..8dead5e 100644 --- a/.env.sample +++ b/.env.sample @@ -47,9 +47,10 @@ DEFAULT_QUOTA="10 GB" ## Customization # THEMING_COLOR= # THEMING_SLOGAN= -# COPY_ASSETS="flow_background.jpg|app:/var/www/html/themes/background.jpg" -# COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/var/www/html/themes/logo.svg" -# COPY_ASSETS="$COPY_ASSETS icon.png|app:/var/www/html/themes/icon.png" +# COPY_ASSETS="flow_background.jpg|app:/var/www/html/themes/" +# COPY_ASSETS="$COPY_ASSETS icon_left_brand.svg|app:/var/www/html/themes/" +# COPY_ASSETS="$COPY_ASSETS icon.png|app:/var/www/html/themes/" + # APPS="calendar"