From ff3d481214ec0029962716d41ac1dee9513e4265 Mon Sep 17 00:00:00 2001 From: Jakob Malm <jakob.malm@husqvarnagroup.com> Date: Mon, 16 Aug 2021 08:06:39 +0200 Subject: [PATCH] #310: Add DEFAULT_FAVORITE_MIN_RATING to env file --- librephotos.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/librephotos.env b/librephotos.env index 4004ddc..fa2206b 100644 --- a/librephotos.env +++ b/librephotos.env @@ -71,6 +71,10 @@ gunniWorkers=2 # Each worker needs 800MB of RAM. Change at your own will. Default is 1. HEAVYWEIGHT_PROCESS=1 +# Default minimum rating to interpret as favorited. This default value is used when creating a new user. +# Users can change this in their settings (Dashboards > Library). +DEFAULT_FAVORITE_MIN_RATING=2 + # --------------------------------------------------------------------------------------------- # If you are not a developer ignore the following parameters: you will never need them. -- GitLab